Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java106 Label addHintLabel = new Label(container, SWT.NONE); in createControl() local
107 addHintLabel.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1)); in createControl()
108 addHintLabel.setText(" (You can add additional platforms using the SDK Manager.)"); in createControl()