Skip to content

Grumpy-Mephisto/NewYearDraw

Repository files navigation

🎄⛄👸 New Year Image

Drawing a new year image with Java (Swing) Preview

📝 Structure

.
└── src
    └── main
        └── java
            ├── components  # For storing characters and various components
            │   ├── Confetti.java
            │   ├── Doraemon.java
            │   ├── Snow.java
            │   ├── Snowman.java
            │   ├── Star.java
            │   └── Tree.java
            ├── functions  # For storing different functions
            │   ├── Line.java
            │   ├── Curve.java
            │   ├── Circle.java
            │   └── Triangle.java
            ├── graphics  # For storing graphics
            │   ├── NewYearImage.java
            └── newyeardraw  # For storing the main class
                └── App.java

📦 Prerequisites

  • Java (Used version: 21.0.1)
  • Gradle (Used version: 8.5)
  • Git (Used version: 2.43.0)

🚀 Usage

# Clone this repository
git clone https://github.com/Mephisto-Grumpy/NewYearDraw

# Go into the repository
cd NewYearDraw

# Run the application
gradle run # or
gradle runWithJavaExec

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

☕ Draw image New Year Theme with Java Swing

Topics

Resources

License

Stars

Watchers

Forks

Languages