I am making a menu for a website. I have found a java class that is almost right. You can look at it here (http://www.valhallalegends.com/mejal/).
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?
Cool effect.
It's possible to disassemble Java classes, but I don't know enough Java to do anything really good about it...
Type jad decompiler into google.
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