Hello, I'm new in the forum, so I'm not sure it's the right place to ask where can I find classes for tree menus or pop-up menus on the web? Thanks, Eddie.
Winston Smith
Ranch Hand
Joined: Jun 06, 2003
Posts: 136
posted
0
You're not going to find any pop-up web-based menus in the Java library. You're best bet is to look into CSS and javascript(if you want to code the menu yourself), or there are plenty of scripts already out there, just Google it for them. In fact, I used to use MacroMedia Fireworks to generate dynamic menus so if you have software that will do it for you, this is a quick and easy way to get it done.
for (int i = today; i < endOfTime; i++) { code(); }