mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 10:15:46 +00:00
set look and feel only when it is different from the previous
This commit is contained in:
@@ -121,4 +121,11 @@ public final class MainFrameClassic extends AppFrame implements MainFrame {
|
||||
public Window getWindow() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
removeAll();
|
||||
mainMenu.dispose();
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user