set look and feel only when it is different from the previous

This commit is contained in:
honfika@gmail.com
2015-05-25 14:49:10 +02:00
parent 48b90ec8da
commit 134fd1558a
6 changed files with 229 additions and 195 deletions

View File

@@ -168,4 +168,11 @@ public final class MainFrameRibbon extends AppRibbonFrame {
public Window getWindow() {
return this;
}
@Override
public void dispose() {
removeAll();
mainMenu.dispose();
super.dispose();
}
}