This repository contains code examples demonstrating Java GUIs with Swing. See the accompanying book chapter for more details.
Build and run this demo with
# on Mac/Linux
./gradlew -q run
# on Windows
gradlew -q run
Enable the Gradle Daemon for faster build times.