comments removed

This commit is contained in:
Jindra Petk
2013-07-27 19:05:31 +02:00
parent a7fb465db4
commit ce5e1ed1ed
2 changed files with 5 additions and 110 deletions

View File

@@ -53,21 +53,12 @@ public class View {
* Sets windows Look and Feel
*/
public static void setLookAndFeel() {
try {
//if(true)return;
//System.setProperty("peacock.appButtonSize", "32");
/*try {
UIManager.setLookAndFeel("org.fife.plaf.OfficeXP.OfficeXPLookAndFeel");
} catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException | IllegalAccessException ignored) {
ignored.printStackTrace();
}*/
/*try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException | IllegalAccessException ignored) {
}*/
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException | IllegalAccessException ignored) {
}
try {
SwingUtilities.invokeAndWait(new Runnable() {