Package com.iizix.swt

Class PopupMenuTest


  • public class PopupMenuTest
    extends java.lang.Object
    Test case: Bug 480318 - SWT Menu does not fire Selection Event when touch display is enabled -------------------------------------------------------------------------------------------- swt.Menu does not work under windows under Windows 10 with Touch Display, no selection event is raised. The attached snipped prints nothing. When I open the Windows device manager/human Interface Devices and disable HID-compliant Touch Screen, "Menu Item" is printed as one would expect.
    • Constructor Summary

      Constructors 
      ConstructorDescription
      PopupMenuTest() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static voidmain​(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PopupMenuTest

        public PopupMenuTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)