Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 718 Bytes

Bouncing Application

Description

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.

Features

  • 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.

How to Run

  1. Ensure you have Java installed on your machine.
  2. Compile the Java source file:
    javac A3.java
  3. Run the compiled Java program: java A3

Dependencies

Java Development KIT (JDK) Swing library (included in JDK)

Author

Jae Kim