JFrameButton is a unique and interactive Java application that brings a fun twist to GUI interactions. This project showcases a simple yet captivating user interface that responds to user actions with visual feedback.
- Interactive Button: A central button that tracks clicks and updates the UI accordingly.
- Progress Bar: Visual representation of progress based on the number of button clicks.
- Dynamic Confetti Animation: Celebratory confetti animation triggered upon reaching a certain click count.
- Customized Menu Bar: Includes an 'About' section with program information.
- Stylish Design: Aesthetic appeal with vibrant colors and modern fonts.
These instructions will guide you on setting up JFrameButton on your local machine.
- Java Development Kit (JDK)
- Clone the repository:
git clone [https://github.com/mvxconrad/JFrameButton.git]
Click the button to fill the progress bar and trigger the confetti animation. Explore the menu bar for additional information about the application.
Contributions to enhance JFrameButton are welcome. Please read the contributing guidelines before making any changes.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Inspiration from interactive GUI elements. Java Swing for the GUI components.