OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overviewlabel
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java
71
Label
overviewLabel
= new Label(container, SWT.WRAP | SWT.SHADOW_NONE);
74
overviewLabel
.setLayoutData(gdOverviewLabel);
75
overviewLabel
.setText("To develop for Android, you need an Android SDK, and at least one version of the Android APIs to compile against. You may also want additional versions of Android to test with.");
Completed in 71 milliseconds