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