• Welcome to Valhalla Legends Archive.
 
Main Menu

Menus

Started by mejal, August 15, 2003, 07:54 AM

Previous topic - Next topic

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?

Grok


Adron

It's possible to disassemble Java classes, but I don't know enough Java to do anything really good about it...

Banana fanna fo fanna

Type jad decompiler into google.

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