Skip to content
forked from sjas/swingset3

SwingSet3 sample application showcasing Swing components and L&F classes, and compiled to native image with GraalVM.

License

Notifications You must be signed in to change notification settings

chirontt/swingset3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swingset3

SwingSet3 Application, taken from the svn repo at https://java.net/projects/swingset3 and trunk put directly in here.


Here is a blogpost about SwingSet3 Demo from Mikhail Lapshin who worked on the project.

SwingSet3 is a demo application which highlights the components and features of the Swing user interface toolkit in Java 6+. It showcases the Nimbus look-and-feel, but also allows you to dynamically change the look-and-feel to other look-and-feels available on the running platform.

Another key feature of SwingSet3 is that it displays the source code for each demo and allows you to easily highlight the specific source code fragment that was used to implement a specific aspect of that demo.

This fork compiles the SwingSet3 application to native executable using the GraalVM native-image tool, as described in details here.

A screenshot of the running Windows native executable of the SwingSet3 application:

screenshot

About

SwingSet3 sample application showcasing Swing components and L&F classes, and compiled to native image with GraalVM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.1%
  • HTML 8.9%