Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.64 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.64 KB

Swing Modal Dialog

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

Simple 1 Simple 2 Simple 3

Installation

Maven Central

Add the dependency

<dependency>
    <groupId>io.github.dj-raven</groupId>
    <artifactId>modal-dialog</artifactId>
    <version>2.4.0</version>
</dependency>

Snapshots

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.4.1-SNAPSHOT</version>
</dependency>

Demo

Get jar file here: latest-releases

Document

Not yet

Library Resources

  • FlatLaf - FlatLaf library for the modern UI design theme
  • MigLayout - MigLayout library for flexible layout management