Scrollable « Menu « Java Swing Q&A





1. How to create a scrollable JPopupMenu    stackoverflow.com

I am trying to create a JPopupMenu that has a scrollbar so that I can display a large number of items. There are a couple of implementations on the web that all ...

2. Scrollable JPopupmenu    coderanch.com

I am having a similar problem. I have a menu, based on menu and menuitems, in popup. When the user clicks on a submenu, a list of stores is given. This list fills the height of broweser and offers a scroll arrow top and bottom. How can I control this arrow? Also, on some users PC's the menu list disappears below ...