Пример #1
0
  public static void main(String[] args) {

    RhLoader load = new RhLoader();
    load.setVisible(true);

    try {
      com.jtattoo.plaf.acryl.AcrylLookAndFeel.setTheme("Green", "", "");
      UIManager.setLookAndFeel("com.jtattoo.plaf.acryl.AcrylLookAndFeel");
    } catch (Exception e) {
    }

    RhFrame f = new RhFrame();
    load.setVisible(false);
    f.setExtendedState(JFrame.MAXIMIZED_BOTH);
    f.setVisible(true);

    f.getLogger().setVisible(true);
  }