dead lines
This commit is contained in:
parent
b7caad327d
commit
db1d849b45
|
@ -237,8 +237,6 @@ public class StartupFrame {
|
||||||
isFirstTimeApplyingPorts = false;
|
isFirstTimeApplyingPorts = false;
|
||||||
connectPanel.setVisible(!ports.isEmpty());
|
connectPanel.setVisible(!ports.isEmpty());
|
||||||
noPortsMessage.setVisible(ports.isEmpty());
|
noPortsMessage.setVisible(ports.isEmpty());
|
||||||
// panel.add(comboSpeeds); // todo: finish speed selector UI component
|
|
||||||
// horizontalLine.setVisible(!ports.isEmpty());
|
|
||||||
|
|
||||||
applyPortSelectionToUIcontrol(ports);
|
applyPortSelectionToUIcontrol(ports);
|
||||||
currentlyDisplayedPorts = ports;
|
currentlyDisplayedPorts = ports;
|
||||||
|
|
Loading…
Reference in New Issue