can barely see
|
|

Add this in your
main(String args[]) void
Code:if (SystemTray.isSupported()) {//checks if your os supports SystemTray tray = SystemTray.getSystemTray();//getting trayicon Image image = Toolkit.getDefaultToolkit().getImage( signlink.findcachedir() + "duke.gif"); //icon trayIcon = new TrayIcon(image,"Relapse Client Is Currently Running.");//tooltip try {//always chance of error tray.add(trayIcon); } catch (AWTException e) {//catches error System.err.println(e);//prints error } }
post what u think
Update: debug this to see if your os supports trayIcon System.out.println(SystemTray.isSupported());

can barely see
Haha cool!

Haha that's cool good job ;D
Naice, i did this a while ago by leeching off java tuts![]()

Great work Warlock. Could you maybe expand it so you could add options;
eg.
Lists
About
Credits
------------
Quit
Something like that?
| « [galkons refactored] custom loading bar :P | [Galkons Refactored] Custom tooltips thru client » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |