Skip to content

DJ-Raven/swing-modal-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>1.2.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>x.x.x-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