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

jvergara
04.00.2007 f1fcee1f9d506e54d0db7d99944deb391498529e
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
opends/src/quicksetup/org/opends/quicksetup/images/wait.gif patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/images/wait_tiny.gif patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/FramePanel.java 4 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/images/wait.gif

opends/src/quicksetup/org/opends/quicksetup/images/wait_tiny.gif
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));
  }
  /**