Home
last modified time | relevance | path

Searched refs:descriptionLabel (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseUninstallationComponents.java57 private PanelLabel descriptionLabel; field in ChooseUninstallationComponents
99 descriptionLabel = new PanelLabel(DescriptionText, 3, 20); in ChooseUninstallationComponents()
102 …if ( data.useRtl() ) { descriptionLabel.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT… in ChooseUninstallationComponents()
104 DescriptionPanel.add(descriptionLabel, BorderLayout.CENTER); in ChooseUninstallationComponents()
120 descriptionLabel.setText(nodeInfo.getDescription()); in updateNode()
165 descriptionLabel.setText(""); in valueChanged()
174 descriptionLabel.setText(nodeInfo.getDescription()); in valueChanged()
H A DChooseComponents.java56 private PanelLabel descriptionLabel; field in ChooseComponents
98 descriptionLabel = new PanelLabel(DescriptionText, 3, 20); in ChooseComponents()
102 DescriptionPanel.add(descriptionLabel, BorderLayout.CENTER); in ChooseComponents()
126 descriptionLabel.setText(nodeInfo.getDescription()); in updateNode()
171 descriptionLabel.setText(""); in valueChanged()
180 descriptionLabel.setText(nodeInfo.getDescription()); in valueChanged()

Completed in 23 milliseconds