receiversPanel.setVisible(false);
mainReceiverSplitPane.repaint();
}
private void initSocketConnectionListener() {
final SocketNodeEventListener socketListener =
new SocketNodeEventListener() {
public void socketOpened(String remoteInfo) {
statusBar.remoteConnectionReceived(remoteInfo);
}
public void socketClosedEvent(Exception e) {