modTable.addRow(new Object[] {bundle.getString("LOADING_LIST..."),Boolean.FALSE});
this.getContentPane().requestFocus();
t = new Timer();
if(!webOS.isConnected()) {
DeviceInfo info = webOS.getDeviceInfo();
if(info!=null && !info.model().equals(DeviceInfo.Model.Unknown.toString())) {
JOptionPane.showMessageDialog(rootPane, MessageFormat.format(bundle
.getString("{0}_IS_DISCONNECTED._PLEASE_RECONNECT_THEN_TRY_AGAIN."),
new Object[] {info.model()}));
} else {
JOptionPane.showMessageDialog(rootPane, bundle