Searched refs:label1 (Results 1 – 8 of 8) sorted by relevance
54 PanelLabel label1 = new PanelLabel(text1, true); in Prologue() local55 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in Prologue()60 contentPanel.add(label1, BorderLayout.NORTH); in Prologue()
62 PanelLabel label1 = new PanelLabel(text1); in UninstallationImminent() local63 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in UninstallationImminent()74 contentpanel.add(label1, BorderLayout.NORTH); in UninstallationImminent()
63 PanelLabel label1 = new PanelLabel(text1); in InstallationImminent() local64 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in InstallationImminent()75 contentpanel.add(label1, BorderLayout.NORTH); in InstallationImminent()
49 PanelLabel label1 = new PanelLabel(text1, true); in UninstallationPrologue() local53 contentPanel.add(label1, BorderLayout.NORTH); in UninstallationPrologue()
54 PanelLabel label1 = new PanelLabel(text1); in AcceptLicense() local65 contentpanel.add(label1, BorderLayout.NORTH); in AcceptLicense()
52 PanelLabel label1 = new PanelLabel(text2); in DatabaseDialog() local53 toppanel.add(label1, BorderLayout.NORTH); in DatabaseDialog()
109 sw/source/ui/envelp/label1 \
1654 Emit::Label label1 = ilGen->DefineLabel(); in complete_service_type() local1655 ilGen->Emit(Emit::OpCodes::Brtrue, label1); in complete_service_type()1666 ilGen->MarkLabel(label1); in complete_service_type()
Completed in 43 milliseconds