mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:31:01 +00:00
exporting selected images
swt library loading UI depends on system
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user