About 51 results
Open links in new tab
  1. What is the difference between Swing and AWT? - Stack Overflow

    Jan 3, 2009 · AWT is a Java interface to native system GUI code present in your OS. It will not work the same on every system, although it tries. Swing is a more-or-less pure-Java GUI. It …

  2. Diferença entre AWT e Swing na renderização de componentes

    Jan 9, 2017 · Quais são as principais diferenças entre as bibliotecas de construção de interface Swing e AWT, no que diz a respeito da forma de renderização dos componentes de ambas e …

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

    Sep 9, 2011 · AWT, Swing and SWT are UI toolkits but I would certainly not call them "frameworks". Frameworks are based upon a given UI toolkit and provide the glue to build …

  4. Of Swing and AWT, why is one considered light-weight and the …

    Mar 23, 2009 · AWT is said to be "Heavyweight" because basically each AWT component is a native platform component. AWT is implemented on top of the platform's native GUI toolkit. …

  5. Java Event-Dispatching Thread explanation - Stack Overflow

    Aug 8, 2024 · The event dispatch thread is a special thread that is managed by AWT. Basically, it is a thread that runs in an infinite loop, processing events. The …

  6. java - AWT vs. Swing....why use Swing? - Stack Overflow

    Jul 8, 2014 · No, AWT is doing the painting, or more to the point, it provides access to the Graphics layer for Swing to paint on. Swing, unlike JavaFX, borrows a lot from the AWT API …

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

    Dec 25, 2011 · AWT is the original cross-platform, native-peer based GUI widget set. It drew a lot of complaints for not being perfectly consistent across platforms. Sun built the Swing widget …

  8. What is the benefit of setting java.awt.headless=true?

    There is no performance benefit of setting java.awt.headless=true if you're not using AWT features. AWT features are loaded on-demand. As explained in the linked article, headless …

  9. multithreading - Java AWT Threads - Stack Overflow

    Jul 20, 2012 · I'm having an issue with Threads using netbeans Swing GUI. This is my first time really trying to develop a GUI for a backup program using Java's File System Notifier. I have …

  10. Java openjdk error: Cannot load library (java awt)

    May 27, 2021 · I tried to run a java awt program but it gives this error: I am using lubuntu 18.04 and openjdk 11 Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: …