SWT: The Standard Widget Toolkit 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 rely on ...
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
436 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
637 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 ...
4
votes
3answers
2k views
Integrate Google Chrome browser into eclipse
I am trying to create an application using SWT Browser. Is it possible to integrate Google Chrome as browse into Eclipse (not as external web browser)? Thank, Darshan
4
votes
2answers
277 views
SWT user control design decision
Hypothetical question:
What about this SWT design decision that to make a custom compound widget I have to subclass Composite? Is that really wise?
Wouldn't it be better if SWT had a UserControl ...
4
votes
3answers
1k views
How to add Hyperlink in SWT Table`s column?
How to add Hyperlink in SWT Table column ?
I`m using org.eclipse.swt.widgets.Table class.
Is there any way to do this without using TableViewer, JFace ?
I tried this way but not working correctly ...
4
votes
1answer
774 views
Conversion from BufferedImage to SWT Image
After much looking, I found a bit of code that converts a BufferedImage to a SWT Image (don't bother reading it yet):
public static ImageData convertToSWT(BufferedImage bufferedImage) {
if ...
4
votes
1answer
116 views
How to port SWT to a new platform?
Is there any documentation on what the interface between SWT and my native-platform calls should look like and how i can test it ?
this is the closest i could find, but not extremely useful.
...
4
votes
1answer
2k views
SWT Composite maximum size
I have a ScrolledComposite, the contents of which are being truncated. I have Googled and am aware that it is a known issue on Windows.
The only suggested workaround I can find is to use the ...
4
votes
5answers
247 views
best resources to start programming eclipse plug-ins
Either books (free or not), online tutorials, articles, etc.
4
votes
3answers
880 views
Best place to save program config file on Windows and OS X using Java?
I have a SWT Java app that runs on Windows XP / Vista / 7 and Mac OS X. I'm currently saving a config file to:
System.getProperty("user.home") + filename
With the changes in security in Windows ...
4
votes
1answer
2k views
Aligning text and image in an SWT Button?
I'm using SWT in Java and I'm trying to left align an image and text that I have inside an SWT Button. It seems like it should be a simple button.setAlignment(SWT.LEFT) call, but that isn't working. A ...
4
votes
1answer
704 views
Which editor to use for rich text formatting (WYSIWYG) in an Eclipse RCP project?
Based on the following criteria, what editor do you suggest for rich text formatting (WYSIWYG) in an Eclipse RCP project? The must have list:
bullet-lists
bold formatting
font size
It should be as ...
4
votes
2answers
532 views
How to hide the Java SWT program icon in the Dock when the application is in the tray
I know there are a lot of questions similar to mine, but I actually couldn't solve my problem even after reading all of them.
I have a Java application that as soon as it starts it goes on tray. The ...
4
votes
3answers
1k views
“Quick find” for an SWT Table
I have a table that displays the output from a database, this can often be up to or over 10,000 rows. I'm looking to implement a 'quick find' function that will allow the user to easily scroll to a ...
4
votes
1answer
426 views
How to determine that a JFace or SWT Dialog is currently open?
In our RCP application, we need to resort to using a global key event handler (via Display.addFilter()) for more advanced key event handling/routing irrespective of current focus. We need to be able ...
4
votes
1answer
1k views
SWT: How to “render” a Widget in the background / into an offscreenbuffer
I would very much appreciate your advice and help:
How can I render a SWT Widget/Component in the BACKGROUND (offscreenbuffer?) and get the “painted” pixels that were drawn by the Widget/Component ...
4
votes
2answers
2k views
Window ID from Java SWT
I would like to find the window ID of my SWT program.
I start up my SWT shell in the standard way. How do I then find the ID of the window that's been created? The program is executing on Fedora 10 ...
4
votes
1answer
376 views
SWT Text field setting and RCP command binding to key
I have RCP application, and i have a command in it, that launches a wizard of some entity (edit wizard, that shows all fields of entity, and user can change it and finish wizard to save this entity). ...
4
votes
2answers
1k views
SWT Sectioned Table & Scrolling
I'm trying to display an SWT table inside a form section, but am having problems with column resizing and scrolling.
I've attached some sample code that can be placed in a ViewPart of an Eclipse ...
4
votes
1answer
301 views
Firefox about:config preferences in SWT Browser
An application I am currently working on uses the SWT tool-kit's Browser widget to display a Firefox/XULRunner browser. I would like to set custom user agent data in Firefox about:config preferences; ...
4
votes
1answer
479 views
Can I drag items from Outlook into my SWT application?
Background
Our Eclipse RCP 3.6-based application lets people drag files in for storage/processing. This works fine when the files are dragged from a filesystem, but not when people drag items ...
4
votes
1answer
1k views
Java Swing/AWT Component Access From Another Class
I am writing a sample application with Sakila Sample Database for some experience. I am using eclipse/windowsbuilder for GUI. I have 3 class; VALIDATION to check component values, CONNECTOR to ...
4
votes
1answer
509 views
SWT Text widget: how to insert own MenuItems into the default context menu?
The default context menu for the org.eclipse.swt.widgets.Text class is quite a rich thing, packed with features that the user has come to depend on ...
However, as soon as I assign my own context ...
4
votes
1answer
513 views
How to add Lables to SWT Scale ticks?
I have a SWT Scale widget, and I need to add labels to the ticks on the scale.
Is there a way to do this? maybe on a Slider widget?
Thanks
4
votes
1answer
437 views
How can I save the contents of an SWT StyledText widget as HTML?
Is there an easy way to take the contents of an SWT StyledText widget and save it as HTML, and then conversely take back the saved HTML to load it into the StyledText?
4
votes
3answers
323 views
IPhone password field in AWT/SWT?
I want to create a special Password Dialog for my eclipse product, which is used with an on screen keyboard.
It would be very nice, if i could use a component like the IPhone Password field. In this ...
4
votes
3answers
166 views
Positioning new editors side by side
I'm working on an eclipse rcp application and want to avoid this effect when opening a new editor:
http://www.fotos-hochladen.net/stackededitorsfcpt3zoq.png
and want to achieve this effect ...
4
votes
2answers
426 views
java swt design patterns
What are some good design patterns for creating a form in java?
I have an app that has 6 tabs with a different form in each. How does the typical java programmer go about making these items ...
4
votes
1answer
445 views
Is there a proved performance and memory usage benchmark on the SWT & Swing?
I want to know about SWT & Swing , memory usage and performance. which one has better performance and which one consumes less memory.
Is there a proved benchmark on these measures or everybody ...
4
votes
1answer
401 views
Is there a prefabricated magnifying glass cursor for SWT somewhere available?
I would like to use a "magnifying glass" (with + and -) cursor in my SWT application. I'm aware that it is pretty easy to create a cursor for oneself, I just don't want to invest the time right now. ...
4
votes
4answers
2k views
SWT: Getting notified of a system device change (USB device connection / disconnection)
I'm writing an SWT application which needs to sit in the system tray and pop up automatically whenever the user connects some USB device (the application serves as its control panel).
The way to do ...
4
votes
1answer
166 views
Display only one Shell if the shell if previously open not display another shell
I am developing a rcp application .I am using a Novocode swt balloon window . I need to display one BaloonWindow on button click.but whenever I click on button each time create a new balloon window
...
4
votes
2answers
228 views
How can I put a theme for my SWT WPF program?
I want use WPF on Windows version of my java application. I found it is easy to do it with SWT and it is also supporting wpf ResourceDictionary XAML for SWT elements (please see this). SWT WPF ...
4
votes
1answer
615 views
Is it possible to make a Java SWT composite with an alpha value?
I am developing a GUI in Java SWT for use in a 3D particle physics simulator. The current GUI is quite clunky and unattractive, as it consists of multiple windows. I would like to consolidate the GUI ...
4
votes
1answer
648 views
Is it possible to modify how Text swt widget wrap word?
The development platform is an Eclipse RCP 3.4 on Fedora (It's using Gtk native component). I need to avoid word wrapping.
i.e.: "Hello World" is displayed as case N°1 but I need the case N°2.
...
4
votes
1answer
2k views
Using Eclipse SWT Image, JAVA and SQLite to insert, store and retrieve Images
I'm writing a basic Java application that allows a user to insert details about individuals into an SQLite database. I'm using Eclipse SWT for the GUI.
Eclipse SWT defines a type Image ...
3
votes
2answers
1k views
Passing parameters to the view
I'm kind of stuck with an issue I could't solve until now.
In my RCP application, I have a View with a TreeViewer for Nagivation on the left side and a Folder for my views on the right side. The ...
3
votes
5answers
2k views
Multi-Line Button text in SWT/WindowBuilder?
Is there any way to force the SWT button text to span two lines, either manually in the SWT code or using the WindowBuilder GUI?
I have this:
I want something like this (digitally altered image to ...
3
votes
2answers
8k views
GUI for a Java stand alone app. Should I use SWT or GWT?
//I'm totally new at apps with GUI , please bear with me :)
I'm writing a new stand alone (meaning , no client/server) application in Java. I'm trying to decide if I should use SWT or GWT .
GWT ...
3
votes
4answers
11k views
Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )
I'm trying to debug this problem but not sure where exactly i need to replace SWT jar file for Eclipse.
Current System Config:
Eclipse Helios 3.6 - 32 Bit
JDK 1.6
JVM - 32 Bit
Windows 7 - 64 Bit
...
3
votes
5answers
647 views
swt tutorials or guides
I have some years experience with swing and feel comfortable that I understand the architecture.
Now I need to get up to speed on SWT rather quickly.
What would you recommend I study from online ...
3
votes
3answers
3k views
Tab between fields in TableViewer
What I'd like to do is be able to tab between elements in table.
I currently am creating my table like this.
this.tableViewer =
new TableViewer(parent , SWT.FULL_SELECTION);
...
3
votes
3answers
1k views
Display.getCurrent().asyncExec not run in parallel?
Here is my code:
Display.getCurrent().asyncExec(new Runnable() {
public void run() {
try {
Event e1 = new Event();
e1.type = ...
3
votes
3answers
2k views
Determining focus in SWT
I know that I can see if a particular widget has control in SWT by using isFocusControl() on it. However, when my expected widget doesn't have focus, how can I determine what does (in other words, ...
3
votes
8answers
1k views
Rapid switch to Java for an experienced C++ developer
I'm am looking for online tutorials/books, which assume a solid knowledge of OOP/Design patterns concepts and stress on differences (both conceptional and syntactical) between C++ and Java thus ...
3
votes
3answers
4k views
Overcoming Windows User Object Handle Limit
I'm looking for advanced strategies for dealing with User Object Handle limits when building heavy-weight windows interfaces. Please explain how you overcame or bypassed this issue using SWT or ...
3
votes
3answers
2k views
How to draw a tree (Swing / AWT / SWT / JFace)?
I want to display a tree in a Java GUI, but I dont know how!
I should say that i have my own tree class
like this:
...
3
votes
3answers
5k views
SWT Java: how to change colour of text in Label control?
I know how to change size, style but how can I set colour of text in Label control? Here is my code so far:
Label myLabel = new Label(shell, SWT.NONE);
myLabel.setText("some text that needs to be for ...

