Skip to content

Commit

Permalink
forgot to remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
atarw committed Aug 25, 2018
1 parent 082e465 commit fdf07de
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 60 deletions.
100 changes: 44 additions & 56 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/main/java/mdlaf/components/button/MaterialButtonUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicButtonUI;
import java.awt.Graphics;
import java.awt.im.InputContext;

public class MaterialButtonUI extends BasicButtonUI {

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

InputContext ctx = InputContext.getInstance ();
System.out.println (ctx.getLocale ());

AbstractButton button = (AbstractButton) c;
button.setOpaque (UIManager.getBoolean ("Button.opaque"));
button.setBorder (UIManager.getBorder ("Button.border"));
Expand Down
Binary file modified target/classes/material-ui-swing.jar
Binary file not shown.

0 comments on commit fdf07de

Please sign in to comment.