The Bouncing Application is a Java-based graphical program that extends JFrame
and contains a panel where shapes move around on the screen. It includes various controls to manipulate the shapes and their paths.
- Animation of shapes within a panel.
- Control buttons to fill shapes, add nodes, and remove nodes.
- Combo boxes to select shape types and path types.
- A tree structure to manage shapes.
- Ensure you have Java installed on your machine.
- Compile the Java source file:
javac A3.java
- Run the compiled Java program: java A3
Java Development KIT (JDK) Swing library (included in JDK)
Jae Kim