Skip to content

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.

Notifications You must be signed in to change notification settings

jaedotcom/GraphicalProgram

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages