Desktop Java
-
Hand and Finger Detection using JavaCV
This post is part of a series on Natural User Interfaces (NUIs) published by Dr. Andrew Davison and deals with…
Read More » -
Multi-threading in Java Swing with SwingWorker
If you’re writing a desktop or Java Web Start program in Java using Swing, you might feel the need to…
Read More » -
Generate QR Code image from Java Program
If you are tech and gadget savvy, then you must be aware of QR codes. You will find it everywhere…
Read More » -
Create new message notification pop up in Java
First create JFrame to work as pop up. Add some JLabels in it to contain information and assign them at…
Read More » -
JavaOne 2012: JavaFX Graphics Tips and Tricks
I returned to the Hilton (Imperial Ballroom B) to see Richard Bair‘s (Oracle Java Client Architect) ‘JavaFX Graphics Tips and…
Read More » -
JavaOne 2012: Building Mobile Apps with HTML5 and Java
I returned to Parc 55 (Mission conference room) to see Max Katz‘s (Exadel Developer Relations) ‘Building Mobile Apps with HTML5…
Read More » -
Pure Java JavaFX 2.0 Menus
In recent posts on JavaFX, I have focused on using JavaFX 2.0’s new Java APIs without use of the JavaFX…
Read More » -
JavaFX Game (Connect Four)
This is my first JavaFX game tutorial and my first blog post about JavaFX panel. I made this connect four…
Read More »