News

Is it possible? A: This question comes up often. Luckily, there is a simple way to set a frame’s icon. If you look at the java.awt.Frame API, you’ll notice a method: public void setIconImage ...
Until recently, it has been quite difficult to create Java based tray icons applications. JavaSE 6 (aka Mustang) now supports tray icon development with the TrayIcon API. Here are the steps to ...