Skip to content

Create sleek sliding panels in Java Swing GUI apps effortlessly.

Notifications You must be signed in to change notification settings

sistemasaguila/jdrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdrawer

Java library that offers a custom panel component with animation designed to contain notifications and other components in your applications.

Install (Maven)

  1. Add the JitPack repository to your build file
<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>
  1. Add the dependency
<dependency>
    <groupId>com.github.sistemasaguila</groupId>
    <artifactId>jdrawer</artifactId>
    <version>1.1</version>
</dependency>

About

Create sleek sliding panels in Java Swing GUI apps effortlessly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages