Revision c60535af
Added by Katja Luther over 2 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/SetSecundumConfiguratorWizardPage.java | ||
---|---|---|
118 | 118 |
|
119 | 119 |
textReference = new Text(compositeRef, SWT.BORDER); |
120 | 120 |
textReference.setEditable(false); |
121 |
textReference.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false)); |
|
121 |
GridData layoutData = new GridData(SWT.FILL, SWT.CENTER, true, false); |
|
122 |
textReference.setLayoutData(layoutData); |
|
122 | 123 |
textReference.setTextLimit(Text.LIMIT); |
123 | 124 |
|
125 |
|
|
124 | 126 |
btnBrowseReference = new Button(compositeRef, SWT.NONE); |
125 | 127 |
btnBrowseReference.setImage(ResourceManager.getPluginImage("eu.etaxonomy.taxeditor.store", "icons/prj_obj.gif")); |
126 | 128 |
btnBrowseReference.addListener(SWT.Selection, this); |
129 |
btnBrowseReference.setFocus(); |
|
127 | 130 |
|
128 | 131 |
btnClear = new Button(compositeRef, SWT.NONE); |
129 | 132 |
btnClear.setImage(ResourceManager.getPluginImage("eu.etaxonomy.taxeditor.store", "icons/trash.gif")); |
Also available in: Unified diff
Set sec reference config wizard should not have the focus on the text field