Skip to content

rodrigocananea/swing-modal-dialog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>2.1.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.1.0-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

About

Java Swing UI library custom with FlatLaf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%