87888990919293949596
} private void initFrame(JPanel panel) { initLookAndFeel(); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.setJMenuBar(new DroidExMenuBar()); initChildComponents(panel); this.pack(); centerFrame(this); }