Searched refs:descriptionLabel (Results 1 – 2 of 2) sorted by relevance
57 private PanelLabel descriptionLabel; field in ChooseUninstallationComponents99 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()
56 private PanelLabel descriptionLabel; field in ChooseComponents98 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 20 milliseconds