no message

This commit is contained in:
2023-10-11 18:44:16 +03:00
parent 08e3c87b78
commit 52075bc64c
15 changed files with 71 additions and 674 deletions

View File

@@ -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() {