mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Provide labelFor
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
<text resource-bundle="messages/XmlBundle" key="setting.value.can.accept.external.connections"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="2c830" class="javax.swing.JLabel">
|
||||
<component id="2c830" class="javax.swing.JLabel" binding="portLabel">
|
||||
<constraints>
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
|
||||
+2
@@ -12,8 +12,10 @@ class BuiltInServerConfigurableUi implements ConfigurableUi<BuiltInServerOptions
|
||||
private PortField builtInServerPort;
|
||||
private JCheckBox builtInServerAvailableExternallyCheckBox;
|
||||
private JCheckBox allowUnsignedRequestsCheckBox;
|
||||
private JLabel portLabel;
|
||||
|
||||
public BuiltInServerConfigurableUi() {
|
||||
portLabel.setLabelFor(builtInServerPort);
|
||||
builtInServerPort.setMin(1024);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user