Skip to content

DJ-Raven/swing-modal-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 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

This project library do not available in maven central. so you can install with the jar library

  • Get jar library or demo here: latest-releases
  • Copy jar library file to the root project. exp: library/modal-dialog-1.1.0.jar
  • Add this code to pom.xml
<dependency>
    <groupId>raven.modaldialog</groupId>
    <artifactId>modal-dialog</artifactId>
    <version>1.1.0</version>
    <scope>system</scope>
    <systemPath>${basedir}/library/modal-dialog-1.1.0.jar</systemPath>
</dependency>
  • Other library are use with this library
<dependency>
  <groupId>com.formdev</groupId>
  <artifactId>flatlaf</artifactId>
  <version>3.5</version>
</dependency>

<dependency>
  <groupId>com.formdev</groupId>
  <artifactId>flatlaf-extras</artifactId>
  <version>3.5</version>
</dependency>

<dependency>
    <groupId>com.miglayout</groupId>
    <artifactId>miglayout-swing</artifactId>
    <version>11.3</version>
</dependency>

Document

Not yet

Library Resources

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