| | |
| | | import org.opends.quicksetup.Installation; |
| | | import org.opends.quicksetup.event.MinimumSizeComponentListener; |
| | | import org.opends.quicksetup.ui.UIFactory; |
| | | import org.opends.quicksetup.ui.Utilities; |
| | | import org.opends.quicksetup.util.BackgroundTask; |
| | | import org.opends.quicksetup.util.Utils; |
| | | |
| | |
| | | */ |
| | | private void displayError(String msg, String title) |
| | | { |
| | | Utils.displayError(parent, msg, title); |
| | | Utilities.displayError(parent, msg, title); |
| | | toFront(); |
| | | |
| | | } |
| | |
| | | */ |
| | | private void displayInformationMessage(String msg, String title) |
| | | { |
| | | Utils.displayInformationMessage(parent, msg, title); |
| | | Utilities.displayInformationMessage(parent, msg, title); |
| | | toFront(); |
| | | } |
| | | |