Author | Message | Time |
---|---|---|
mejal | I am making a menu for a website. I have found a java class that is almost right. You can look at it here. I would like it to show some kind of indication when the mouse is hovering over a submenu item. Does anyone know a menu system like that or do you think its possible to modify this one? | August 15, 2003, 12:54 PM |
Grok | Cool effect. | August 15, 2003, 1:31 PM |
Adron | It's possible to disassemble Java classes, but I don't know enough Java to do anything really good about it... | August 17, 2003, 12:19 AM |
St0rm.iD | Type jad decompiler into google. | August 17, 2003, 3:25 AM |
WinSocks | i made somethign similar in my Java Course, not really that hard to make, syntax and functions are similar to C++. I like the box sliding behind the text, but it seems to be a bit sluggish, i wonder what function he used for that o.O | August 23, 2003, 1:50 AM |