/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | Prologue.java | 27 import org.openoffice.setup.PanelHelper.PanelLabel; 54 PanelLabel label1 = new PanelLabel(text1, true); in Prologue() 57 PanelLabel label2 = new PanelLabel(text2); in Prologue() 65 PanelLabel label3 = new PanelLabel(text3, true); in Prologue()
|
H A D | UninstallationPrologue.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 49 PanelLabel label1 = new PanelLabel(text1, true); in UninstallationPrologue() 51 PanelLabel label2 = new PanelLabel(text2); in UninstallationPrologue()
|
H A D | AcceptLicense.java | 27 import org.openoffice.setup.PanelHelper.PanelLabel; 54 PanelLabel label1 = new PanelLabel(text1); in AcceptLicense() 57 PanelLabel label2 = new PanelLabel(text2, true); in AcceptLicense()
|
H A D | UninstallationCompleted.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 44 private PanelLabel varLabel; 63 varLabel = new PanelLabel(dialogText, true); in UninstallationCompleted() 65 PanelLabel label2 = new PanelLabel(text2); in UninstallationCompleted()
|
H A D | installationCompleted.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 44 private PanelLabel varLabel; 63 varLabel = new PanelLabel(dialogText, true); in installationCompleted() 65 PanelLabel label2 = new PanelLabel(text2); in installationCompleted()
|
H A D | ChooseInstallationType.java | 27 import org.openoffice.setup.PanelHelper.PanelLabel; 78 PanelLabel typicalComment = new PanelLabel(typicalText, true); in ChooseInstallationType() 81 PanelLabel customComment = new PanelLabel(customText, true); in ChooseInstallationType()
|
H A D | ChooseComponents.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 56 private PanelLabel descriptionLabel; 57 private PanelLabel sizeLabel; 98 descriptionLabel = new PanelLabel(DescriptionText, 3, 20); in ChooseComponents() 100 sizeLabel = new PanelLabel(sizeString, 1, 5); in ChooseComponents()
|
H A D | ChooseUninstallationComponents.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 57 private PanelLabel descriptionLabel; 58 private PanelLabel sizeLabel; 99 descriptionLabel = new PanelLabel(DescriptionText, 3, 20); in ChooseUninstallationComponents() 101 sizeLabel = new PanelLabel(sizeString, 1, 5); in ChooseUninstallationComponents()
|
H A D | ChooseUninstallationType.java | 27 import org.openoffice.setup.PanelHelper.PanelLabel; 75 PanelLabel completeComment = new PanelLabel(completeText, true); in ChooseUninstallationType() 78 PanelLabel customComment = new PanelLabel(customText, true); in ChooseUninstallationType()
|
H A D | UninstallationImminent.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 62 PanelLabel label1 = new PanelLabel(text1); in UninstallationImminent()
|
H A D | InstallationImminent.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 63 PanelLabel label1 = new PanelLabel(text1); in InstallationImminent()
|
H A D | UninstallationOngoing.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 43 private PanelLabel currentProgress; 64 currentProgress = new PanelLabel(progressText); in UninstallationOngoing()
|
H A D | InstallationOngoing.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 43 private PanelLabel currentProgress; 68 currentProgress = new PanelLabel(progressText); in InstallationOngoing()
|
H A D | ChooseDirectory.java | 27 import org.openoffice.setup.PanelHelper.PanelLabel; 54 private PanelLabel databaseProgress; 112 databaseProgress = new PanelLabel(""); // planned for database progress in ChooseDirectory()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/ |
H A D | PanelLabel.java | 33 public class PanelLabel extends JTextArea { class 39 public PanelLabel() { in PanelLabel() method in PanelLabel 42 public PanelLabel(String text, int rows, int columns) { in PanelLabel() method in PanelLabel 47 public PanelLabel(String text, boolean multiline) { in PanelLabel() method in PanelLabel 52 public PanelLabel(String text) { in PanelLabel() method in PanelLabel
|
H A D | PanelTitle.java | 92 PanelLabel SubtitleLabel = null; in init() 94 SubtitleLabel = new PanelLabel(subtitle, rows, columns ); in init() 96 SubtitleLabel = new PanelLabel(subtitle); in init()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/ |
H A D | DatabaseDialog.java | 26 import org.openoffice.setup.PanelHelper.PanelLabel; 52 PanelLabel label1 = new PanelLabel(text2); in DatabaseDialog()
|