лишний код.

This commit is contained in:
2023-11-18 02:47:30 +03:00
parent 022ece9c49
commit dae90b6c5e
8 changed files with 5 additions and 292 deletions

View File

@@ -254,7 +254,6 @@ public class UI {
windows.put(FormType.SearchReplace, new SearchReplaceForm());
windows.put(FormType.RemoteFileChooser, new RemoteFileChooser());
windows.put(FormType.Profiles, new ProfilesForm());
windows.put(FormType.SapforPackage, new SapforPackageForm());
windows.put(FormType.Main, new MainForm());
//---------------------------------------
getMainWindow().Show();
@@ -365,9 +364,6 @@ public class UI {
public static ProfilesForm getProfilesWindow() {
return (ProfilesForm) windows.get(FormType.Profiles);
}
public static SapforPackageForm getSapforPackageWindow() {
return (SapforPackageForm) windows.get(FormType.SapforPackage);
}
public static Component getFrontWindow() {
Component res = null;
try {