正在加载图片...
Java. aw套件 系统工具栏图标的支持 if(SystemTray is Supported())i SystemTray tray SystemTray. getSystemTray ()i Image image Toolkit get DefaultToolkit( get Image("musical note smile. gif")i TrayIcon trayIcon new TrayIcon(image,"JNotePad 1.0)i try tray. add(trayicon)i 3 catch (AWTException e) System.err. println("无法加入系统工具栏图标"); eprintstackTrace()i t else System.err, print1n("无法取得系统工具栏"); NOte Pad 1.0 否更⊕下午0253java.awt套件 • 系统工具栏图标的支持 if(SystemTray.isSupported()) { SystemTray tray = SystemTray.getSystemTray(); Image image = Toolkit.getDefaultToolkit() .getImage("musical_note_smile.gif"); TrayIcon trayIcon = new TrayIcon(image, "JNotePad 1.0"); try { tray.add(trayIcon); } catch (AWTException e) { System.err.println("无法加入系统工具栏图标"); e.printStackTrace(); } } else { System.err.println("无法取得系统工具栏"); }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有