Skip to content

Commit fdf07de

Browse files
author
atarw
committed
forgot to remove print statement
1 parent 082e465 commit fdf07de

File tree

3 files changed

+44
-60
lines changed

3 files changed

+44
-60
lines changed

.idea/workspace.xml

Lines changed: 44 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/mdlaf/components/button/MaterialButtonUI.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import javax.swing.plaf.ComponentUI;
99
import javax.swing.plaf.basic.BasicButtonUI;
1010
import java.awt.Graphics;
11-
import java.awt.im.InputContext;
1211

1312
public class MaterialButtonUI extends BasicButtonUI {
1413

@@ -20,9 +19,6 @@ public static ComponentUI createUI (final JComponent c) {
2019
public void installUI (JComponent c) {
2120
super.installUI (c);
2221

23-
InputContext ctx = InputContext.getInstance ();
24-
System.out.println (ctx.getLocale ());
25-
2622
AbstractButton button = (AbstractButton) c;
2723
button.setOpaque (UIManager.getBoolean ("Button.opaque"));
2824
button.setBorder (UIManager.getBorder ("Button.border"));

target/classes/material-ui-swing.jar

-256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)