mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
05.04.2007 73b6faf791290e10ac84feb56361ab4bfa8196cc
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
@@ -46,6 +46,10 @@
   */
  QUIT,
  /**
   * The Continue with install button.
   */
  CONTINUE_INSTALL,
  /**
   * The Close button.
   */
  CLOSE,
@@ -56,5 +60,9 @@
  /**
   * The Cancel button.
   */
  CANCEL
  CANCEL,
  /**
   * The Launch Status Panel button.
   */
  LAUNCH_STATUS_PANEL
}