A simple, modern-looking Swing application written in Kotlin, that retrieves and displays jokes from icanhazdadjoke.com.
Libraries used:
- Custom look-and-feel by FlatLaf.
- Component layout by MigLayout.
- Busy indicator by JBusyComponent.
- REST calls running in a Kotlin coroutine using the Retrofit REST client.