News

Using Java Swing GUI it’s pretty simple to create a cross-desktop kiosk application. All you need to do is create javax.swing.JFrame instance, make it full screen/maximized, non-resizable, topmost, ...
'Pigs Hunt - Java Swing Mini Game' -Pigs Hunt is a simple Java SE & Swing desktop game where players shoot moving pigs to score points. It features basic animations, scoring, mouse event handling, ...
The Swing Application Framework will not make it into Java 7, though a number of forks have subsequently sprung up to continue its development. Plans for another much requested feature, CSS-based ...
This article explains a simple way of automating Java Swing application acceptance tests, starting from Swing components' unit tests and extending them to acceptance tests without human intervention.
JetBrains recently released the first major iteration of Projector, a technology that allows developers to run and operate Swing GUI applications remotely. Resource-hungry applications like ...
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT . Several online resources document how this is done.
I've got a class in java for a swing application that extends JFrame. This class is pretty much reponsible for everything to do with a certain window in the program. Everything works great, but ...
Adding macro support to your Java application Macros enable one to customize applications so that the operations they perform can be shared among users in an organization or over the Internet.