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

jvergara
05.00.2008 e29fc39fbef7f92b8342d43d24c1a7fc810e51f3
Make the copy URL button the default button in the WebBrowserErrorDialog.
1 files modified
1 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/WebBrowserErrorDialog.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/WebBrowserErrorDialog.java
@@ -175,6 +175,7 @@
    gbc.weighty = 0.0;
    gbc.insets = UIFactory.getButtonsPanelInsets();
    p.add(p2, gbc);
    getRootPane().setDefaultButton(copyButton);
    return p;
  }