-
Bug
-
Resolution: Fixed
-
P4
-
emb-8u26
javafx com.sun.glass.ui.monocle.GetEvent
used to run as a standalone diagnostic. This was broken with the recent refactoring.
Need:
ddhill@ddhbld:~/sb/8u/graphics/rt$ hg diff
diff -r 26d0acd8a72e modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetEvent.java
--- a/modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetEvent.java Thu Jun 26 09:30:20 2014 +0200
+++ b/modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetEvent.java Thu Jun 26 15:52:08 2014 -0400
@@ -90,7 +90,7 @@
}
};
- static void main(String[] argv) throws Exception {
+ public static void main(String[] argv) throws Exception {
NativePlatform platform = NativePlatformFactory.getNativePlatform();
Udev.getInstance().addListener(udevListener);
// Request updates for existing devices