littleluck is a cross platform Java Swing LookAndFeel. Its name inspired by a song I like 小幸运, where the "it" is dedicated to all the friends who are still struggling Swing.
- Translucent shadow window border
- ClearType for translucent window
- Flattening interphase support
- Suspension scrollbar for scrollpane
- Android ninepatch draw support
- Simple and easy extension
- Much more...
- JDK 7+ for littleluck
- NinePatch for littleluck
Download littluck, Add it to you project.
Startup.java
public class Startup
{
public static void main(String[] args)
{
// if open it close
// System.setProperty("awt.useSystemAAFontSettings", "on");
EventQueue.invokeLater(new Runnable()
{
public void run()
{
try
{
UIManager.setLookAndFeel(LittleLuckLookAndFeel.class.getName());
}
catch (Exception e)
{
e.printStackTrace();
}
........
//your code
}
}
}
}
👉 more
<dependency>
<groupId>com.github.freeseawind</groupId>
<artifactId>littleluck</artifactId>
<version>2.0.1</version>
</dependency>
- Issues mail to 💌
[email protected]
- Join QQ groupchat
148079860