In Summer 2005 SwingSet2 demo has been released for J2SE 5.0.
original 2005 sun Splash: | updated Splash: |
---|---|
This is a rewritten Version of SwingSet2 demos. There are 16 classes demonstrating the abilities of the Swing User Interface by displaying many of the components in a single showcase application. Use it to try out different components and features provided by Swing.
- download the latest jar
- run
>java -jar swingset2-demo-1.2.0.jar
The jar was
- Created-By: Apache Maven 3.8.1
- Build-Jdk: 17
The full source for the SwingSet2 demo can be found in the "src" subdirectory.
- clone the git repo
- build with maven
- or m2e in eclipse IDE
- there is also an eclipse launcher