Should we do this?
This commit is contained in:
parent
f006a3a0e6
commit
5c1be3d933
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class BytecodeViewer
|
||||||
|
|
||||||
//setup swing components
|
//setup swing components
|
||||||
viewer = new MainViewerGUI();
|
viewer = new MainViewerGUI();
|
||||||
SwingUtilities.updateComponentTreeUI(viewer);
|
//SwingUtilities.updateComponentTreeUI(viewer);
|
||||||
|
|
||||||
//load settings and set swing components state
|
//load settings and set swing components state
|
||||||
SettingsSerializer.loadSettings();
|
SettingsSerializer.loadSettings();
|
||||||
|
|
Loading…
Reference in a new issue