Registers a menu to be scrolled with the default number of items to display at a time and the default scrolling interval. @param menu the menu @return the MenuScroller
(JMenu menu)
| 55 | * @return the MenuScroller |
| 56 | */ |
| 57 | public static MenuScroller setScrollerFor(JMenu menu) { |
| 58 | return new MenuScroller(menu); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Registers a popup menu to be scrolled with the default number of items to |
no outgoing calls
no test coverage detected