This repo contains simple programming projetcs written in java, using swing library for GUI. These projects are built using Netbeans IDE. These are helpful for those starting Graphical User Interface programs.
- Make sure JDK is installed in your system and it's path is set in Environment Variables.
- Clone the repository into your local systejm using the following command OR download it as zip and extract.
git clone https://github.com/hussainashiqktk/java-swing-projects-beginners
- Import any of the projetcs in Netbeans if you want to see the source code or play with the program. OR Open the dist folder inside any project and run the built program in JAR formate directly.
Contributions are always welcome!
To add a project/program :
- Fork the repository.
- Make a simple JAVA Swing project on your local machine and clean and build it.
- Upload your project folder along with all its files to your forked repository.
- Create a Pull Request to merge your contributions with the main repo.