Purchase Solution

Java applet using JFrame SWING

Not what you're looking for?

Ask Custom Question

See attached
-----------------

Activities Listing
YES NO

Get information about cruises.

Make reservations for dinning.

Make reservations for golfing.

Reserve the Club House.

I am trying a SWING GUI program (probably using border layout North, South, East, West) to make this applet.
Each button under Yes or No, when clicked, would respond with a corresponding statement printed in the South border to say:

Cruises:
If Yes is clicked: "Cruise information is being sent."
No clicked: "Cruise information ignored."

Dining:
If Yes is clicked: "Dining reservations are on the way."
No clicked: "No dining reservations made."

Golfing:
If Yes is clicked: "Information for golfing is on the way to your room."
No clicked: "Golfing not included."

Club House:
If Yes is clicked: "Club House information is on the way."
No clicked: "Club House information not wanted."

The colors can just be black and white, I am having trouble with the buttons getting into the east and west area with the listeners printing out the corresponding statement in the South.

Purchase this Solution

Solution Summary

A java applet using JFrame SWING is used to determine more information.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.