Adding vertical scroll to a JPopupMenu?

后端 未结 7 1792
余生分开走
余生分开走 2020-12-30 05:04

I would like to add a way to scroll through menu items in a JPopupMenu, much like scrolling through a list of items in a JComboBox.

Let\'s

7条回答
  •  情书的邮戳
    2020-12-30 05:44

    Here's another one I found very useful: https://tips4java.wordpress.com/2009/02/01/menu-scroller/

    It can be called on JMenu or JPopupMenu like this:

    MenuScroller.setScrollerFor(menuInstance, 8, 125, 3, 1);

提交回复
热议问题