Top "Swt" questions

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

SWT CheckBox Button get checked/unchecked state

I have a checkbox button based on which I want to set a variable as true or false. But I …

java checkbox swt
Ubuntu: SWT App Can't Load GTK Library

I have supplied the Linux SWT jar and packaged my app in Eclipse to include swt.jar inside my app's …

java linux ubuntu jar swt
Check checkbox selection from within Listener

Working away at the moment but have come up with a small problem in JFace. I need to have a …

java button swt jface
GUI Builder for Eclipse Juno

Do you know any GUI builder for SWT, which is compatible with Eclipse Juno (4.2)?

eclipse swt eclipse-juno gui-builder
how to dynamically add swt widgets to a composite?

I'm trying to add widgets like text boxes, buttons to a composite on click of a button. I've tried , but …

java user-interface swt jface
maven project: SWT 3.5 dependency: any official public repo?

Well, in short, I may need to grab new SWT version instead of 3.3 we're using for now. The project now …

java maven swt conventions
Adding a remove button to a column in a table

Is it possible to add a Remove button to a cell in a table? I have a table with 5 columns, …

java button swt jface tableviewer
How to hide an SWT composite so that it takes no space?

I need to hide a composite (and all children inside). Just setting setVisible(false) will keep the space of the …

java swt
SWT update / redraw / layout prοblem

I know many people experience this problem, but the solutions I found online do not seem to solve mine. I …

layout button swt paint redraw
SWT table: auto resize all columns

Qt solution is a single call to resizeColumnsToContent(), in .NET one can use TextRenderer.MeasureText(), JTable could use AUTO_RESIZE_…

java user-interface swt jface