Tagged Questions

14
votes
16answers
1k views

Packaging Java apps for the Windows/Linux desktop.

I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on the desktop: namely providing …
5
votes
4answers
274 views

Java SWT interop with COM - putting a float[] into a Variant?

In my Java SWT application I'm hosting an 3rd party ActiveX control. I'm using OleClientSite to do this. // Ah, this works. :-) OleAutomation comObject = new OleAutomation(...); There are 2 easy …
5
votes
3answers
501 views

Is it possible to use SWT from Jython?

The SWT-Gui looks very nice. Is there an easy way to use it in Jython ?
5
votes
5answers
1k views

What is the best OpenGL java binding?

I am trying to achieve better performance for my Java SWT application, and I just found out it is possible to use OpenGL in SWT. It seems there are more than one Java binding for OpenGL. Which one do …
4
votes
1answer
61 views

[Java] 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
5answers
103 views

best resources to start programming eclipse plug-ins

Either books (free or not), online tutorials, articles, etc.
4
votes
4answers
323 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
3answers
993 views

How do you build an SWT application with Maven

I trying to learn swt, and I use maven for all my builds and eclipse for my IDE. When getting the swt jars out of the maven repository, I get: Exception in thread "main" …
4
votes
3answers
786 views

SWT - OS agnostic way to get monospaced font

Is there a way in SWT to get a monospaced font simply, that works across various operating systems? For example. this works on Linux, but not Windows: Font mono = new Font(parent.getDisplay(), …
4
votes
6answers
1k views

which library better for faster java application swt or swing?

which library better for faster java application swt or swing?
3
votes
4answers
394 views

Compare SWT with SWING

Is swt faster than swing? Where can i get good tutorials about swt? it easy to migrate from swing to swt?
3
votes
1answer
83 views

Can you change the background and/or foreground colors of an SWT TabItem?

I'd like to change the background and/or foreground colors of the text on an SWT TabItem; however, it (and it's class hierarchy) don't seem to have methods for this - and I can't seem to find any …
3
votes
2answers
374 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 …
3
votes
5answers
1k views

Qt Jambi vs SWT for cross-platform GUI development

I'm currently involved in a project developing applications primarily for Linux (Fedora 10). However, it might be the case later on that we will have to port these applications to Mac OS X and Windows …
3
votes
1answer
338 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 …

1 2 3 4 5 16 next
15 30 50 per page