About 50 results
Open links in new tab
  1. java - swt.jar where is it? - Stack Overflow

    May 5, 2010 · swt.jar where is it? Asked 15 years, 9 months ago Modified 7 years ago Viewed 35k times

  2. Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, …

    Sep 9, 2011 · SWT, developed by IBM, is not based on Swing, it is/was a competing technology. Swing uses AWT. JavaFX isn't based on Swing either. It is an entirely new framework. Some …

  3. java - SWT and AWT, what is the difference? - Stack Overflow

    SWT provides a lot richer set of native heavyweight widgets than AWT - a proper comparison would be SWT vs AWT/Swing. Due to that, SWT looks more native than AWT/Swing. While …

  4. java - Eclipse cannot load SWT libraries - Stack Overflow

    Mar 7, 2013 · This is the second time I've had to do this: once on my work computer a few months ago, and just now on my home computer, both times after months of using Eclipse without a …

  5. Java Desktop application: SWT vs. Swing - Stack Overflow

    SWT was created as a response to the sluggishness of Swing around the turn of the century. Now that the differences in performance are becoming negligable, I think Swing is a better option …

  6. SWT on Windows 64-bit - Stack Overflow

    May 27, 2010 · My application throws the exception below. Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SW T libraries on 64-bit JVM. How to solve …

  7. How do you build an SWT application with Maven - Stack Overflow

    Nov 15, 2008 · 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" …

  8. java - Setting Colors in SWT - Stack Overflow

    Jan 15, 2016 · Remember that in SWT you must explicitly dispose any resources that you create when you are done with them. This includes widgets, fonts, colors, images, displays, printers, …

  9. java - swt browser No more handles Error - Stack Overflow

    Apr 22, 2014 · Check the SWT FAQ - What do I need to run the SWT Browser inside Eclipse on Linux and SWT Bug 103611 - internet cache didn't work on Linux and especially IBM Support - …

  10. java - org.eclipse.swt.SWTException: “Widget is disposed” when …

    org.eclipse.swt.SWTException: “Widget is disposed” when trying to open AndroidManifest.xml Asked 12 years, 4 months ago Modified 5 years, 1 month ago Viewed 71k times