auto-sync
This commit is contained in:
parent
51647739fe
commit
78b44b9c36
|
@ -193,7 +193,7 @@ public class StartupFrame {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addPortSelection(List<String> ports) {
|
private void addPortSelection(List<String> ports) {
|
||||||
comboPorts.removeAll();
|
comboPorts.removeAllItems();
|
||||||
for (final String port : ports)
|
for (final String port : ports)
|
||||||
comboPorts.addItem(port);
|
comboPorts.addItem(port);
|
||||||
String defaultPort = getConfig().getRoot().getProperty(Launcher.PORT_KEY);
|
String defaultPort = getConfig().getRoot().getProperty(Launcher.PORT_KEY);
|
||||||
|
|
Loading…
Reference in New Issue