Skip to content

DarioArzaba/JavaStandalonePrograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Java Scripts

Standalone programs made in Java, mainly about the standard library and swing applications.

Installation

  1. Download Java SDK 17+ from Oracle.
  2. Clone the repo
    git clone https://github.com/DarioArzaba/JavaStandalonePrograms.git
    cd JavaStandalonePrograms
  3. Download and configure an IDE like Eclipse or Visual Studio Code to work with Java.
  4. 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 a main entry point.

Example of java standard library class


Example of swing applications

License

Distributed under the MIT License.

Contact

Dario Arzaba - dario.arzaba@gmail.com