Top "Swt" questions

SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.

Setting number of rows to be displayed for Multi line text in swt

I am using following for TextArea ToolBar bar = new ToolBar(box,SWT.NONE); ToolItem item = new ToolItem(bar, SWT.SEPARATOR); …

java user-interface swt
AssertionFailedException while creating CellEditor in Eclipse

Hopefully someone can point me in the right direction. I'm trying to create a CellEditor in Eclipse and when I …

eclipse swt jface eclipse-emf
Java SWT CheckedListBox

I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.

java checkbox swt checkboxlist checkedlistbox
How to add a ViewerFilter on a JFace TableViewer that update dynamically?

I want to add in a SWT/JFace application a search functionality that filter a TableViewer as the user enter …

java swt jface
How to use log4j in an Eclipse RCP?

How to use log4j logging API in an Eclipse RCP project? As a workaround U tried to create a …

eclipse-plugin swt eclipse-rcp rcp jface
How do I resize the dropdown of a combobox?

Background: I am doing some UI work in an eclipse environment where I fill a combo control with some values. …

java combobox swt
Using the 64bit XulRunner in Eclipse SWT under Windows

Is it possible to use the 64bit XulRunner for Windows (available from here) with the Eclipse browser widget? It works …

java swt eclipse-rcp xulrunner
Use GridLayout in Scrolled Composite

I am trying to created a scrolled composite that has a composite with a grid layout inside. However when I …

java swt composite scrolledcomposite
Testing SWT GUI with SWTBot

I want to test a simple SWT GUI application with SWTBot. Unfortunatly, I have no idea how to start. There …

testing swt gui-testing swtbot
Why is subclassing not allowed for many of the SWT Controls?

I often find myself wanting to do it. It can be very useful when you want to store some useful …

java swt