Skip to content

Commit

Permalink
L&F 指定 #27
Browse files Browse the repository at this point in the history
  • Loading branch information
fourthline committed Dec 21, 2014
1 parent f7fe3f1 commit b494f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fourthline/mabiicco/MabiIcco.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void initialize() {
System.out.println(info.getClassName());
}

UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
UIManager.setLookAndFeel( UIManager.getSystemLookAndFeelClassName() );

// initialize
MabiDLS.getInstance().initializeMIDI();
Expand Down

0 comments on commit b494f78

Please sign in to comment.