no message
This commit is contained in:
@@ -78,19 +78,11 @@ public class ProjectForm implements FormWithSplitters, ProjectWindow {
|
||||
filesForm.Show();
|
||||
InstallVersionsPanel();
|
||||
InstallDebugPanel();
|
||||
UI.getDebugWindow().ShowAll();
|
||||
ShowAllAnalyses();
|
||||
ShowProjectView();
|
||||
SwitchScreen(Global.db.settings.get(SettingName.SmallScreen).toBoolean());
|
||||
RefreshTabsNames();
|
||||
/*
|
||||
SC3.addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY, new PropertyChangeListener() {
|
||||
@Override
|
||||
public void propertyChange(PropertyChangeEvent pce) {
|
||||
// do here
|
||||
UI.Info(pce.getNewValue().toString());
|
||||
}
|
||||
});
|
||||
*/
|
||||
}
|
||||
@Override
|
||||
public void SaveSplitters() {
|
||||
|
||||
Reference in New Issue
Block a user