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

BorderLayout

Prerequisites

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

Perform the following tasks:

  1. Create a Panel managed by a BorderLayout.
  2. Add a Button in each of the five layout positions.
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