exporting selected images

swt library loading
UI depends on system
This commit is contained in:
Jindra Pet��k
2013-01-18 20:34:51 +01:00
parent 590595cb05
commit 89af16248f
6 changed files with 182 additions and 28 deletions
+2 -2
View File
@@ -31,11 +31,11 @@ public class View {
/**
* Sets windows Look and Feel
*/
public static void setWinLookAndFeel() {
public static void setLookAndFeel() {
try {
UIManager.setLookAndFeel(
"com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
UIManager.getSystemLookAndFeelClassName());
} catch (UnsupportedLookAndFeelException ignored) {
} catch (ClassNotFoundException ignored) {
} catch (InstantiationException ignored) {