Example of basic Java Swing GUI application.
I wrote this in 2010, but recently updated it with some Java 8 language features.
- Java 8
- Maven 3
Run mvn clean package
to clean, compile, and produce the artifact.
Run java -jar target/example-swing-gui-1.0.jar
to run the application.
Licensed under The MIT License (MIT)