In Summer 2005 SwingSet2 demo has been released for J2SE 5.0.
original 2005 and updated sun Splash: | SwingSet3 Splash: |
---|---|
This is a rewritten Version of SwingSet2 and SwingSet3 demos. In SwingSet2 there are 16 classes demonstrating
the abilities of the Swing User Interface
by displaying many of the components in a showcase application. Additionally you can see the important SwingSet3 extensions of the org.jdesktop.swingx
package.
Use it to try out different components and features.
- download the latest jar
- run with new java, i.e. with openjdk version "17" 2021-09-14:
>java -jar swingset3-demos-1.7.5-jar-with-dependencies.jar
The jar was
- Created-By: Apache Maven 3.8.1
- Build with Jdk: 17
The full source 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