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

jvergara
04.00.2007 0a7384a668b43e5fc5a6d9168755d001f9dbd3f6
Display a progress icon when the user clicks "Next".  This is required to give the feeling that things are not blocked for operations that can take long (like loading the configuration of the servers registered in the ADS).

Commit also the temporary progress icon provided by Brian.
1 files added
2 files modified
4 ■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/images/wait.gif patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/images/wait_tiny.gif patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FramePanel.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/images/wait.gif

opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/images/wait_tiny.gif
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FramePanel.java
@@ -158,9 +158,7 @@
   */
  public void setProgressIcon(UIFactory.IconType iconType)
  {
    // For the moment we are lacking of a decent progress dialog to be
    // displayed.
    //progressLabel.setIcon(UIFactory.getImageIcon(iconType));
    progressLabel.setIcon(UIFactory.getImageIcon(iconType));
  }
  /**