Home
last modified time | relevance | path

Searched refs:contentpanel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DUninstallationImminent.java57 JPanel contentpanel = new JPanel(); in UninstallationImminent() local
58 contentpanel.setLayout(new java.awt.BorderLayout()); in UninstallationImminent()
59 … if ( data.useRtl() ) { contentpanel.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in UninstallationImminent()
74 contentpanel.add(label1, BorderLayout.NORTH); in UninstallationImminent()
75 contentpanel.add(ProductPane, BorderLayout.CENTER); in UninstallationImminent()
77 add(contentpanel, BorderLayout.CENTER); in UninstallationImminent()
H A DAcceptLicense.java50 JPanel contentpanel = new JPanel(); in AcceptLicense() local
51 contentpanel.setLayout(new java.awt.BorderLayout()); in AcceptLicense()
65 contentpanel.add(label1, BorderLayout.NORTH); in AcceptLicense()
66 contentpanel.add(editorScrollPane, BorderLayout.CENTER); in AcceptLicense()
67 contentpanel.add(label2, BorderLayout.SOUTH); in AcceptLicense()
69 add(contentpanel, BorderLayout.CENTER); in AcceptLicense()
H A DInstallationImminent.java58 JPanel contentpanel = new JPanel(); in InstallationImminent() local
59 contentpanel.setLayout(new java.awt.BorderLayout()); in InstallationImminent()
60 … if ( data.useRtl() ) { contentpanel.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in InstallationImminent()
75 contentpanel.add(label1, BorderLayout.NORTH); in InstallationImminent()
76 contentpanel.add(ProductPane, BorderLayout.CENTER); in InstallationImminent()
78 add(contentpanel, BorderLayout.CENTER); in InstallationImminent()

Completed in 15 milliseconds