Sample: Swing slider game
This sample is a Java visual
class that demonstrates a puzzle game that counts the number of moves
it takes to for you to arrange the puzzle pieces in the correct order.
The graphical user interface (GUI) was designed using Swing components
in the Java visual editor.
Sample: Swing simple text editor
This sample is a single Java class
that demonstrates a simple plain text editor designed in the Java visual editor using Swing components.
The text editor is built as a JFrame with a JContentPane that uses
BorderLayout as the layout manager.