Tutorial Seven: Creating a GUI

The following lessons show you how to build a calculator using the Visual Java GUI builder. You should complete the lessons in the order in which they are presented. For more examples on creating applications and components with GUI builder, see
Making Your Own Card File Create a standalone GUI application that displays names, phone numbers, and email addresses.
Adding Behavior to the Card File Use the Operations dialog box to add operations to the components in the card file application.
Adding a Mail Dialog, Part 1 Create a mail panel component, add behavior to the mail panel to send a mail message.
Adding a Mail Dialog Box, Part 2 Add the mail panel component to the GUI builder's component palette. Put the mail panel in a frame dialog and call the dialog from the card panel application.