コード例 #1
-1
ファイル: AppFrame.java プロジェクト: midnightcreepa/sockso
  protected void initComponents() {

    // set application L&F
    log.debug("Setting Look & Feel");
    try {
      UIManager.setLookAndFeel(new Plastic3DLookAndFeel());
    } catch (Exception e) {
      log.error(e.getMessage());
    }

    log.debug("Initialising TrayIcon");

    tray.init();

    log.debug("Initialising GUI components");
  }