Displaying Menu Items properly

Hi All,

I have a JMenu which consists of 80 MenuItems.Here my problem is Iam unable to see the last Menu Item as my Menu cannot fit into the Monitor.

If a button is there at the staring of the menuItems ,by clicking that button I can see the rest of buttons.

Can anybody suggest how to get that button in swings.

Regards,

PS

[361 byte] By [vasmhi_1981a] at [2007-11-27 7:42:23]
# 1

80... that's a big monitor.

There is nothing in JMenu that will automatically create submenus or scrollable menus (maybe a shortcoming in JMenu...).

You can always add up to X menu items, then put the next X menu items into a submenu, then put the next X menu items into a submenu, then put the next X menu items into a submenu, etc...

bsampieria at 2007-7-12 19:23:14 > top of Java-index,Desktop,Core GUI APIs...