SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.
When I create a couple of radio buttons (new Button(parent, SWT.RADIO)) and set the selection programmatically using radioButton5.…
radio-button swt radio-groupI want to display a file tree similarly to java2s.com 'Create a lazy file tree', but include the …
java swt transparency iconsI am using SWT's FileDialog to let user select several files: FileDialog dlg = new FileDialog(s, SWT.MULTI); dlg.setFilterPath(…
java swt filedialogIs it possible to change the default behavior of SWT/JFace to enable cell editing only with double clicking? The …
java tree swt jface treeviewerWhich are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just …
java swt eclipse-rcp rcp jfaceI am applying a ViewerFilter to a tree of a few branches, but mostly leaves. The filter really applies to …
eclipse-plugin swt jface treeviewerI am trying to create an arraylist from the data in my table. I need to get the values from …
java swt tableviewerIs there any way to force the SWT button text to span two lines, either manually in the SWT code …
java eclipse swt windowbuilderI am having a strange problem on my RCP. I don't use Linux to develop so my knowledge for common …
java swt ubuntu-11.10