Java swing library build with flatlaf look and feel for desktop application. This library include more custom components and support animation
- Modal dialog
- Drawer
- Toast Notification
Add the dependency
<dependency>
<groupId>io.github.dj-raven</groupId>
<artifactId>modal-dialog</artifactId>
<version>2.1.0</version>
</dependency>
To get the latest updates before the release, you can use the snapshot version from Sonatype OSS Snapshots
<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
Add the snapshot version
<dependency>
<groupId>io.github.dj-raven</groupId>
<artifactId>modal-dialog</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
Get jar file here: latest-releases
Not yet