Skip to content

homebeaver/SwingSet2-demos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Summer 2005 SwingSet2 demo has been released for J2SE 5.0.

original 2005 sun Splash: updated Splash:
SplashEpisode2 splash.png

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.

TO RUN SwingSet2 demo

>java -jar swingset2-demo-1.2.0.jar

The jar was

  • Created-By: Apache Maven 3.8.1
  • Build-Jdk: 17

TO MODIFY/BUILD

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