Library « Interoperability « Java Swing Q&A





1. which library better for faster java application swt or swing?    stackoverflow.com

which library better for faster java application swt or swing?

2. Are there any Java libraries which I can use for automated testing of Windows GUIs?    stackoverflow.com

Currently I am doing automated integration testing using FitNesse (Java) and have successfully plugged-in Watij to access a web-based application. I would like to extend this to also drive Windows GUI ...

3. Java library\application to Build SQL Frontend GUI's    stackoverflow.com

Does anyone know of a java library or application that allows for SQL front end manipulation via java GUI's e.g. Swing or SWT? I am looking for something similar to ASP ...

4. How does Java make its windows?    stackoverflow.com

How does the JVM make it's windows, i know it has it's jar files and the executables, etc... what i would like to know is how exactly is a window made with ...

5. Triangle in draw2d library    stackoverflow.com

I can't understand org.eclipse.draw2d.Triangle's api. There are some fields for manipulation:

protected int direction
    The direction this triangle will face. Possible values are PositionConstants.NORTH, PositionConstants.SOUTH, PositionConstants.EAST and PositionConstants.WEST.

protected int ...

6. Which library is better to start off with: Swing or SWT    stackoverflow.com

I have been dabbling in Swing for the past couple of weeks and I really don't like it. So I went looking for a replacement and found that there is another ...

7. Visual Library widgets on SWT/Swing    forums.netbeans.org

Hi all, Just I want to know if the widgets of the Visual Library are Swing Component. I mean can I have a JPanel (of Swing) and add to it an Scene object? I am developing an Eclipse plugin and I looking a way to embed the visual library widgets on SWT due to I think that Visual Library is more ...