java-bootstrap-laf icon indicating copy to clipboard operation
java-bootstrap-laf copied to clipboard

A Look and Feel for Java Swing based on Bootstrap

Results 2 java-bootstrap-laf issues
Sort by recently updated
recently updated
newest added

Would it be possible to get a license for this project?

I recommend you to enable antialias when drawing non-square shapes to make them smooth and pretty. For example in your `JBootstrapButtonUI` class: ``` java @Override public void paint ( Graphics...