Top "Swt" questions

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

eclipse plugin how to open file in IDE by code

I am working on eclipse plugin in which i have to open a file from project explorer. Suppose i have …

java eclipse eclipse-plugin swt eclipse-rcp
Non-Modal JFace Dialog?

Simply put: Is there any way to create non-modal JFace dialog? I've tried calling setShellStyle to no avail. If I …

java swt jface
Adding right click menu to to treeitem in SWT tree

How can I add a right click popup menu to a treeitem in a SWT Tree. Each treeitem should have …

java eclipse swt
Render HTML to display in a Java application

I'm interested in displaying HTML text (using CSS) in a Java app. What options do I have? Although I don't …

java webkit swt html-rendering
Can't use JFace and SWT in eclipse without creating plugin

DISCLAIMER: this is the classic case of .NET GUI trying to work his way around JAVA stuff. PROBLEM DESCRIPTION: I …

java eclipse swt classpath jface
SWT Invalid Thread Access on Mac OSX (Eclipse Helios)

I have the simplest of all simple SWT programs (it doesn't even display hello world yet): package com.samples.swt.…

java eclipse swt
Getting SWT StyledText widget to always scroll to its end

How do I get a SWT StyledText widget to always stay scrolled to the end it even as new lines …

java swt styledtext
SWT - Table vs. TableViewer

I am creating a new project using SWT. I will have 3 or 4 different tables in the project. I am fairly …

java swt jface tableviewer