()
| 1757 | } |
| 1758 | |
| 1759 | private boolean isTouchMenus() { |
| 1760 | int t = getCommandBehavior(); |
| 1761 | return t == Display.COMMAND_BEHAVIOR_TOUCH_MENU || |
| 1762 | (t == Display.COMMAND_BEHAVIOR_DEFAULT && Display.getInstance().isTouchScreenDevice()); |
| 1763 | } |
| 1764 | |
| 1765 | private static class MenuDisposerActionListener implements ActionListener { |
| 1766 | private final Dialog d; |
no test coverage detected