SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.
I am using following for TextArea ToolBar bar = new ToolBar(box,SWT.NONE); ToolItem item = new ToolItem(bar, SWT.SEPARATOR); …
java user-interface swtHopefully someone can point me in the right direction. I'm trying to create a CellEditor in Eclipse and when I …
eclipse swt jface eclipse-emfI could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.
java checkbox swt checkboxlist checkedlistboxI want to add in a SWT/JFace application a search functionality that filter a TableViewer as the user enter …
java swt jfaceHow to use log4j logging API in an Eclipse RCP project? As a workaround U tried to create a …
eclipse-plugin swt eclipse-rcp rcp jfaceBackground: I am doing some UI work in an eclipse environment where I fill a combo control with some values. …
java combobox swtIs it possible to use the 64bit XulRunner for Windows (available from here) with the Eclipse browser widget? It works …
java swt eclipse-rcp xulrunnerI am trying to created a scrolled composite that has a composite with a grid layout inside. However when I …
java swt composite scrolledcompositeI want to test a simple SWT GUI application with SWTBot. Unfortunatly, I have no idea how to start. There …
testing swt gui-testing swtbotI often find myself wanting to do it. It can be very useful when you want to store some useful …
java swt