Standalone programs made in Java, mainly about the standard library and swing applications.
- Download Java SDK 17+ from Oracle.
- Clone the repo
git clone https://github.com/DarioArzaba/JavaStandalonePrograms.git cd JavaStandalonePrograms
- Download and configure an IDE like Eclipse or Visual Studio Code to work with Java.
- Open, edit and run any of the
java
files provided. Note that some of the files are purely classes intended to be imported by other files and can't be run directly since they lack amain
entry point.
Example of java standard library class
Example of swing applications
Distributed under the MIT License.
Dario Arzaba - [email protected]