Skip to content

myvalovec/modern-java-swing-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Java Swing Button (No External Dependencies)

Built with pure Java 2D (Graphics2D).

Modern Swing Button Demo

Why?

Standard Swing looks like Windows 95. This library proves you don't need JavaFX or heavy frameworks to get a modern UI.

Features

  • Smooth Animations
  • Modern Rendering
  • Drop-in Usage

Usage

// Old Swing JButton btn = new JButton("Click Me");

// Swing Remastered JRButton btn = new JRButton("Click Me");

This repository is the free version of Swing Remastered. If you want to modernize your entire app, the Pro Version includes:

  • 7 remastered components including a new JFrame
  • Priority Support

Get the Full Swing Remastered Library here: https://github.com/myvalovec/Swing-Remastered-library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages