Home
last modified time | relevance | path

Searched refs:PanelLabel (Results 1 – 17 of 17) sorted by relevance

/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DPrologue.java27 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 DUninstallationPrologue.java26 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 DAcceptLicense.java27 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 DinstallationCompleted.java26 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 DUninstallationCompleted.java26 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 DChooseComponents.java26 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 DChooseInstallationType.java27 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 DChooseUninstallationComponents.java26 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 DChooseUninstallationType.java27 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 DUninstallationImminent.java26 import org.openoffice.setup.PanelHelper.PanelLabel;
62 PanelLabel label1 = new PanelLabel(text1); in UninstallationImminent()
H A DInstallationImminent.java26 import org.openoffice.setup.PanelHelper.PanelLabel;
63 PanelLabel label1 = new PanelLabel(text1); in InstallationImminent()
H A DUninstallationOngoing.java26 import org.openoffice.setup.PanelHelper.PanelLabel;
43 private PanelLabel currentProgress;
64 currentProgress = new PanelLabel(progressText); in UninstallationOngoing()
H A DInstallationOngoing.java26 import org.openoffice.setup.PanelHelper.PanelLabel;
43 private PanelLabel currentProgress;
68 currentProgress = new PanelLabel(progressText); in InstallationOngoing()
H A DChooseDirectory.java27 import org.openoffice.setup.PanelHelper.PanelLabel;
54 private PanelLabel databaseProgress;
112 databaseProgress = new PanelLabel(""); // planned for database progress in ChooseDirectory()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DPanelLabel.java33 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 DPanelTitle.java92 PanelLabel SubtitleLabel = null; in init()
94 SubtitleLabel = new PanelLabel(subtitle, rows, columns ); in init()
96 SubtitleLabel = new PanelLabel(subtitle); in init()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/
H A DDatabaseDialog.java26 import org.openoffice.setup.PanelHelper.PanelLabel;
52 PanelLabel label1 = new PanelLabel(text2); in DatabaseDialog()

Completed in 52 milliseconds