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

GridLayout

Prerequisites

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

Perform the following tasks:

  1. Create a Panel managed by a GridLayout with three rows and two columns.
  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 that meets these requirements.

Related Exercises