Welcome to the JavaJoint Cafe! Gigobite
, the
lablet for this chapter,
displays an order form that might be used in a cyber-age fast food restaurant.
You can select items to be ordered, indicate other features about the order, and
then click on a button to "place the order." Since we haven't shown you
how to write the Java code to get your applets to respond to the user's
choices and instructions, our order form doesn't actually do anything
with your order information. It does, though, demonstrate how easy it
is to create and manipulate Java widgets to produce interactive, visually
appealing, and interesting applets.
![]() |
In this lab, you will: | ||
![]() |
Run the Chapter 3 lablet and make use of its widgets. |
||
![]() |
Experiment with the lablet by changing the properties of its widgets, and observing the changes in the applet's appearance. |
||
![]() |
Add some widgets of your own to extend the applet. |