Home
last modified time | relevance | path

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

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DUninstallationImminent.java44 private JScrollPane ProductPane; field in UninstallationImminent
69 ProductPane = new JScrollPane(ProductInformation); in UninstallationImminent()
70 ProductPane.setPreferredSize(new Dimension(250, 145)); in UninstallationImminent()
71 ProductPane.setBorder(new EmptyBorder(10, 0, 10, 0)); in UninstallationImminent()
72 … if ( data.useRtl() ) { ProductPane.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in UninstallationImminent()
75 contentpanel.add(ProductPane, BorderLayout.CENTER); in UninstallationImminent()
94 JScrollBar ScrollBar = ProductPane.getVerticalScrollBar(); in setTabOrder()
H A DInstallationImminent.java44 private JScrollPane ProductPane; field in InstallationImminent
70 ProductPane = new JScrollPane(ProductInformation); in InstallationImminent()
71 ProductPane.setPreferredSize(new Dimension(250, 145)); in InstallationImminent()
72 ProductPane.setBorder(new EmptyBorder(10, 0, 10, 0)); in InstallationImminent()
73 … if ( data.useRtl() ) { ProductPane.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in InstallationImminent()
76 contentpanel.add(ProductPane, BorderLayout.CENTER); in InstallationImminent()
99 JScrollBar ScrollBar = ProductPane.getVerticalScrollBar(); in setTabOrder()

Completed in 8 milliseconds