Home
last modified time | relevance | path

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

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseInstallationType.java81 PanelLabel customComment = new PanelLabel(customText, true); in ChooseInstallationType() local
82 …if ( data.useRtl() ) { customComment.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in ChooseInstallationType()
145 contentPanel.add(customComment, constraints); in ChooseInstallationType()
H A DChooseUninstallationType.java78 PanelLabel customComment = new PanelLabel(customText, true); in ChooseUninstallationType() local
79 …if ( data.useRtl() ) { customComment.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in ChooseUninstallationType()
141 contentPanel.add(customComment, constraints); in ChooseUninstallationType()

Completed in 16 milliseconds