лишний код.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -5,6 +5,5 @@ public enum FormType {
|
||||
Main,
|
||||
SearchReplace,
|
||||
Components,
|
||||
RemoteFileChooser,
|
||||
SapforPackage, Profiles
|
||||
RemoteFileChooser, Profiles
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user