111213141516171819
* @param args * @throws IOException * @throws AWTException */ public static void main(String[] args) throws AWTException, IOException { TrayWindow trayWindow = new TrayWindow(); trayWindow.setVisible(true); }