// dialog.setResizable(false);
// dialog.setVisible(true);
// dialog.setTitle("LogIn Form");
JFrame frame=new JFrame();
MainEditor me=new MainEditor("localhost","root","","msgsys","user");
frame.add(me, BorderLayout.CENTER);
frame.setSize(800, 300);
//frame.setExtendedState(JFrame.MAXIMIZED_BOTH);
frame.setVisible(true);
frame.setTitle("Inbox");