mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-156888 Simplify JDK setup for new projects: re-fixed
This commit is contained in:
@@ -85,7 +85,7 @@ public class SdkSettingsStep extends ModuleWizardStep {
|
||||
sdkFilter = JdkComboBox.getSdkFilter(sdkTypeIdFilter);
|
||||
}
|
||||
|
||||
myJdkComboBox = new JdkComboBox(myModel, sdkFilter, sdkTypeIdFilter, false);
|
||||
myJdkComboBox = new JdkComboBox(myModel, sdkFilter, sdkTypeIdFilter, true);
|
||||
myJdkPanel = new JPanel(new GridBagLayout());
|
||||
|
||||
final PropertiesComponent component = project == null ? PropertiesComponent.getInstance() : PropertiesComponent.getInstance(project);
|
||||
|
||||
Reference in New Issue
Block a user