SWT: The Standard Widget Toolkit SWT is a user interface library for Java maintained by the Eclipse Foundation. SWT uses native widgets wherever possible to provide a look and feel consistent with the host platform. SWT is a third-party library (not included in the JVM) and applications that ...
5
votes
2answers
306 views
Change the order of element in RowLayout SWT Java
Is there a way to change the order of the elements which are created in Row layout ,
I want to display it in the elements as first in first displayed.
For example if I create element1 ,then element2 ...
5
votes
2answers
3k views
SWT problem with syncExec()
this is my first question on stackoverflow (sorry about my english). I'll try to explain the problem as well I can.
I have an swt application with a foreground jade application in which I have a ...
5
votes
1answer
92 views
How to override the Open button of Java SWT FileDialog class
I want the file selction dialog to be popping up when i press a button.For this i am using org.eclipse.swt.widgets.FileDialog class and opening the dialog. By default there are two buttons "Open"(the ...
5
votes
3answers
414 views
Why can't I drop files on to Eclipse / SWT Drop Target from a CD in windows
In my Eclipse RCP application I have a TreeViewer that is a drop target for files, it works fine in most circumstances, however when I try and drag files stored on a CD ROM from windows explorer to ...
5
votes
6answers
554 views
How to get a SWT Tray or TrayItem location
Any ideas how to get the location of the system tray (Tray) or item's on it (TrayItem) with SWT? Getting the bounds from the display only gives me the entire screen's bound. ie
...
5
votes
5answers
11k views
SDK manager does not find java
Hey guys,
I seem to continually be unable to fix the issue at hand and my head is continually becoming balder or balder.
The issue at hand is that my SDK manager won't find my Java, nor my SWT file.
...
5
votes
1answer
527 views
Changing the look and feel of an SWT tabs
I'm using SWT CTabFolder to build tabs in my application. I kind of dislike the visual appearance of tabs, it too Eclipse-like. Is there a way to change the aspects of tabs? I'd like to change the ...
5
votes
5answers
3k views
Can't get SWT Display on Mac OS X
I'm running Mac OS X Snow Leopard and wan't to access the Display from the activator in an OSGi bundle.
Below is the start method for my activator:
@Override
public void start(BundleContext ...
5
votes
3answers
4k views
How to display system icon for a file in SWT?
I want to display a file tree similarly to java2s.com 'Create a lazy file tree', but include the actual system icons - especially for folders. SWT does not seem to offer this (Program API does not ...
5
votes
1answer
131 views
JavaFX - SWT interop: application freezes
I am building a RCP application, based on Eclipse 3.5. Thanks to two articles[1][2] that I've found on oracle.com, I have been able to implement a working RCP view, that displays a pie chart.
...
5
votes
1answer
181 views
SWT Based GUI getting black on maximizing from minimizing staus in Full Size
I've a GUI based on Eclipse SWT/RCP . When that GUI is in Full Size and I minimize it and then maximize it , I see a dark/black over the Ui for a second or more and then it becomes normal. I want to ...
5
votes
2answers
941 views
Eclipse RCP IPageLayout woes
I have an Eclipse RCP application with a sort of three column layout:
The editor area is at the extreme right. Now, when you get an IPageLayout to work with, the editor area is already added in. ...
5
votes
1answer
800 views
Strange alignment and layout in tableviewer with image
I use a TableViewer with two columns. The first should contain text and the second an image depending on the state of the object. The label provider is a custom provider which extends LabelProvider ...
5
votes
1answer
835 views
SWT - How to debug “No more handles”
from time to time I am haunted by the "org.eclipse.swt.SWTError: No more handles". I already know tools like GDIView, to watch the number of handles allocated, but now I wonder if there is a better ...
5
votes
3answers
2k views
Combining Aero Glass effects and SWT
As a pet project, I've been playing with the concept of integrating Aero Glass effects into my SWT application. Ćukasz Milewski has an excellent blog post explaining how this can be accomplished, ...
5
votes
1answer
201 views
Events are causing a chain reaction
I'm using an Eclipse RCP based framework that suffers from an inefficient event model. Specifically, events emitted by controls often 'cascade'. For example, a control will emit a COLOR_CHANGED event ...
5
votes
1answer
263 views
How to implement a drop target for the SWT browser widget
How to implement a drop target for the SWT browser widget? Taking a
Browser instance as parameter to the DropTarget constructor causes no
notification of any registered drop listeners.
Browser ...
5
votes
2answers
597 views
How to enable embedded javascript debugger in SWT browser?
I want to embed a JavaScript debugger in a SWT browser.
I'm using the SWT.MOZILLA flag for creating the browser. Since the JavaScript application I'm loading is complex, I need to have some JS ...
5
votes
2answers
652 views
Drawing on a transparent image using Java SWT
How do I create an in-memory fully transparent SWT image and draw a black line on it with antialias enabled?
I expect the result to include only black color and alpha values ranging from 0 to 255 due ...
4
votes
5answers
10k views
Can't OPEN Eclipse in Ubuntu 12.04 - java.lang.UnsatisfiedLinkError: Could not load SWT library
I have installed Ubuntu 12.04 newly. Also i installed Java 7. I try to install eclipse-java-indigo-SR2-linux-gtk.tar.gz. i extracted this file in /home/ramprabhu location. Then i try to run eclipse ...
4
votes
1answer
2k views
Testing SWT-GUI whith SWTBot
i want to test a simple swt gui application with swtbot. unfortunatly i have no idea how to start. there are several tutorials which describe the testing of an eclipse plug-in but i could not find ...
4
votes
4answers
2k views
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 information or extra states.
So my question is, is there a very good/strong reason why this is ...
4
votes
3answers
5k views
Context menu for TreeViewer based on selected node - SWT
I need to create a context menu for a TreeViewer in an Eclipse plugin project. But, the menu should not contain constant items, they should vary depending on the type of the node that is selected. For ...
4
votes
5answers
468 views
How do I make sexy user interfaces in Java [closed]
I am planning to develop a desktop application that allows to manage client data. I am an experienced Java programmer but I have never really been able to do attractive interfaces in Java, for ...
4
votes
4answers
2k views
eclipse look&feel customization
I need to customize look&feel of my RCP application. I took a look at Eclipse Presentation API and I suppose it allows to customize everithing in workbench except controls. So is there any ...
4
votes
2answers
5k views
How to detect ctrl-f in my SWT application
I have written an SWT UI which has a primary function of displaying text in a StyledText control. I want to add a handler for "Ctrl-F" so that when that shortcut is pressed the focus is set to a ...
4
votes
3answers
2k views
Force Look/Feel in SWT
Hopefully no one has asked this question - didn't see it, but I apologize if it's a duplicate.
Anyway, I'm building some plug-ins with Eclipse RCP and am using SWT for my UI. I have a Composite that ...
4
votes
3answers
2k views
Best practice of using flags in java method
What's the best practice for specifying flags in a java method?
I've seen SWT using int as bitfields, like:
(example partially from Effective Java, 2nd Ed. page 159):
public class Text {
public ...
4
votes
5answers
2k views
Beautifying a SWT application on Mac
SWT is designed to be cross-platform, so it can run on a Mac. The problem is it commits the cardinal sin of Macland - it's UGLY. Toolbars don't look like Mac toolbars, status bars don't look like ...
4
votes
1answer
858 views
JFace question: How do I select all items in a ListSelectionDialog?
I create a JFace ListSelectionDialog as follows.
final ListSelectionDialog dialog = new ListSelectionDialog(
PlatformUI.getWorkbench().getDisplay().getActiveShell(),
...
4
votes
3answers
3k views
Example code for embedding SVG canvas in SWT project?
Is there a good example of how to include an SVG canvas into a Java SWT project (particularly Holongate, though I would be interested in any other options)? Additionally, I would need to support this ...
4
votes
3answers
1k views
Layout problems by FieldEditorPreferencePage
I have following problems with layout settings in the FieldEditorPreferencePage.
My code is something like that:
public void createFieldEditors () {
Group pv = new ...
4
votes
1answer
4k views
Find composite location on screen
I am implementing a on screen keyboard in Java for SWT and AWT.
One important thing is to move the keyboard to a position where the selected text field can show and is not lying behind the on screen ...
4
votes
1answer
138 views
Automatically generate IDs on SWT-Widgets
Is there a way to automatically generate IDs on SWT-Widgets so UI-Tests can reference them? I know i can manually set an id using seData but I want to implement this feature for an existing ...
4
votes
2answers
159 views
reference to the class within listener
I have the follow class
public class GUIclass1 extends org.eclipse.swt.widgets.Composite {
// members and other methods ..
// Initialize the widgets of the window
private void ...
4
votes
3answers
1k views
SWT-like GUI toolkit for C or C++
Do you know any cross-platform GUI toolkit like swt for C (using default widgets in each operating system = right pics on eclipse.org/swt) ? There is an implementation of swt for D language called DWT ...
4
votes
2answers
142 views
Java SWT Slider.getMaximum() equals 100, but you can only drag it up to 90
If you create a Slider (org.eclipse.swt.widgets.Slider) then call getMaximum() on it, the value is 100. But when you actually try dragging the Slider to its maximum value, it only reaches 90.
I can ...
4
votes
1answer
2k views
Best Practices - SWT Table, TableViewer, EditingSupport
I am adding a table to my main GUI. It does show up and has the data it is suppose to show. But I feel like I have a big mess of code and it is not structured correctly. I am looking for someone that ...
4
votes
1answer
906 views
SWT event propagation
I'm trying to detect click events on a Composite control that contains a number of other composites. I tried:
topComposite.addMouseListener(new MouseListener() {
...
@Override
...
4
votes
1answer
625 views
4
votes
3answers
2k views
SWT Table with variable row height: Working on Linux, but not Mac/Windows
Problem: I need an SWT Table (JFace TableViewer) with variable row height. In fact, I solved this on my development machine (running Ubuntu 10.10). Unfortunately, this doesn't work on Windows nor on ...
4
votes
1answer
738 views
Learning Eclipse RCP and SWT/JFace
I am new to to Eclipse RCP and SWT/JFace. I intend to purchase the Second Edition of the well known Eclipse Rich Client Platform book by Jeff McAffer, Jean-Michel Lemieux, Chris Aniszczyk. I wish to ...
4
votes
3answers
1k views
usage of maven tycho-p2-plugin with SWT
how do I build a swt application using the eclipse p2 repository and the maven tycho-p2-plugin?
4
votes
1answer
731 views
What is the best way to manage application screens in SWT?
I'm creating a standalone SWT desktop application that has around 10 different screens (few wizards, help, forms, etc). Some elements on screen don't change at all (like header, background, etc) and ...
4
votes
1answer
266 views
Eclipse documentation
I write application in Java(SWT) and I want to add documentation like in Eclipse application. How to do it? Is it exist tools for this?
Documentation window in Eclipse:
4
votes
1answer
4k views
SWT: Nested Layouts with ScrolledComposite exceeds available space
I want to build a Master-Detail layout for one of my applications using SWT.
Container, Content, Sidebar and Part1 are Composite instances.
Scrolled is a ScrolledComposite
The desired layout is ...
4
votes
1answer
1k views
SWT Drawing a “tranparent” rectangle on a shell
I would like to create a "selection area" tool.
This tool should allow to draw a rectangle area on the screen with the mouse.
I am using a fullscreen, translucent, darken swt Shell as my background ...
4
votes
3answers
408 views
Is Google Suggests like functionality possible in Java SWT?
I want a drop down ComboBox like Google Search (i.e. when we type one letter then the elements starting with that letter are displayed). When the drop down list appears, then we can select one of word ...
4
votes
2answers
622 views
how to use jqueryui in SWT browser?
I am using SWT browser in application. On some of the pages I want to provide custom javascript based dialogs. Till now jqueryui fits our requirement. Any idea or suggestion how to use it with SWT ...
4
votes
2answers
172 views
What UI is used on this pictures? (node based ui)
Hi
I'm wondering what UI library is used on the images below (it's from CityEngine). Does anyone know other UI libraries with similar capabilities (free floating, connected nodes with arbitrary UI ...

