MainFrame w = new MainFrame(otherArgs.toArray(new String[0]));
w.setLocationByPlatform(true);
w.setVisible(true);
w.messagesio = new NbIOProvider().getIO("Messages", new Action[0],
IOContainer.getDefault());
w.messagesio.select();
} catch (Exception ex) {
Logger.getLogger(MainFrame.class.getName()).log(Level.SEVERE,
"Could not start ProCamTracker", ex);