Technical Support
Discussion Forum
Online Training
Read About Java
Java In-Depth
Product Discounts
Membership Information

Java Cup Logo

JDC Home Page


Working Applet
Help and Hints
Source Code
Table of Contents
Online Training
shadowSearchFAQFeedback

FlowLayout

Prerequisites

In this exercise, you will write an applet to display some components on the screen using the FlowLayout Manager.

Perform the following tasks:

  1. Create a Panel managed by a FlowLayout.
  2. Add five Buttons to the Applet.
The task numbers above are linked to the step-by-step help page. Also available is a complete solution which meets these requirements.

Related Exercises