예제 #1
0
 protected final void doActionPerformed() {
   sqlShell = new SQLShell();
   ApplicationContext.getDefaultMainFrame()
       .getJDesktopPane()
       .add(sqlShell, DefaultMainFrame.PROPERTY_LAYER);
   sqlShell.setVisible(true);
   sqlShell.setSize(600, 400);
 }