SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.
Is there a way in SWT to get a monospaced font simply, that works across various operating systems? For example. …
java fonts swtI understand that this question is rather general and kind of a holy war. Could you explain to me why …
java swt awtI have a set of APIs that do file operations e.g. saveToFile(CustomObject objectToSave); Since a file operation could …
java eclipse swt eclipse-rcp jfaceConsidering that Sun/Oracle decided to not develop Swing any further after they "invented" JavaFX JavaFX doesn't really work and …
java user-interface api swing swtHow can I make a hyperlink in a JFace Dialog that when clicked opens the link in the default web …
java swt eclipse-rcp jface//I have a composite within a scrolled composite. final Composite c = new Composite(scrolledComposite, SWT.NONE); //1 c.setBackground(SWTResourceManager.getColor(…
java swt windowbuilderI'm looking for a Combo(Viewer) in SWT/JFace which supports autocomplete / type-ahead, i.e. the user can enter a …
autocomplete swt jface type-ahead