Change-Id: I7b26b75847935c1177d97e69a3e6778929e63ec5
super(SciNotesMessages.CODE_NAVIGATOR, uuid == null ? UUID.randomUUID().toString() : uuid);
this.editor = editor;
editor.addNavigator(this);
+ setContentPane(new javax.swing.JPanel());
ConfigSciNotesManager.saveCodeNavigatorState(editor.getPersistentId(), getPersistentId());
WindowsConfigurationManager.restorationFinished(this);
}