Page 1 of 1

Create a GUI application (Java) any one of the following or design your own project: 1) simple calculator of some type.

Posted: Sun May 15, 2022 1:57 pm
by answerhappygod
Create a GUI application (Java) any one of the following or
design your own project:
1) simple calculator of some type. For example temperature
converter or mileage calculator.
2) enhance scribble. For example, a button to clear the screen
or change the color.
3) enhance animation. For example, bouncing off the window frame
or clicking events to change direction.
Own project
Write a JAVA program to display two shapes that move and change
colors on screen through a GUI. The GUI should contain a JPanel on
which the shapes will be drawn. The program should allow the user
to select a shape and a color using whatever GUI components you
think are appropriate.