if (channel != null) {
new Thread(new Runnable() {
public void run() {
DreamboxConnector connect = new DreamboxConnector(mConfig);
connect.switchToChannel(channel);
}
}).start();
} else {
int ret = JOptionPane.showConfirmDialog(parent,
mLocalizer.msg("notConfiguredText", "Channel not configured, do\nyou want to do this now?"),