Searched refs:dialogText (Results 1 – 5 of 5) sorted by relevance
62 … String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Partial"); in beforeShow() local63 panel.setDialogText(dialogText); in beforeShow()69 String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Abort"); in beforeShow() local70 panel.setDialogText(dialogText); in beforeShow()74 String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Error"); in beforeShow() local75 panel.setDialogText(dialogText); in beforeShow()
65 String dialogText = ResourceManager.getString("String_InstallationCompleted2_Abort"); in beforeShow() local66 panel.setDialogText(dialogText); in beforeShow()70 String dialogText = ResourceManager.getString("String_InstallationCompleted2_Error"); in beforeShow() local71 panel.setDialogText(dialogText); in beforeShow()
59 String dialogText = setupFrame.getCurrentPanel().getDialogText(); in DetailsDialog() local74 JEditorPane editorPane = createEditorPane(dialogText); in DetailsDialog()122 private JEditorPane createEditorPane(String dialogText) { in createEditorPane() argument126 editorPane.setText(dialogText); in createEditorPane()
62 String dialogText = ResourceManager.getString("String_InstallationCompleted2"); in installationCompleted() local63 varLabel = new PanelLabel(dialogText, true); in installationCompleted()
62 String dialogText = ResourceManager.getString("String_UninstallationCompleted2"); in UninstallationCompleted() local63 varLabel = new PanelLabel(dialogText, true); in UninstallationCompleted()
Completed in 22 milliseconds