HelloBorderPane (see picture) HelloEffects (see picture) ----- HelloFullscreen ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/HelloWorld.jar helloworld.HelloFullscreen Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacView._exitFullscreen(Native Method) at com.sun.glass.ui.View.close(View.java:478) at com.sun.glass.ui.Window.close(Window.java:294) at com.sun.glass.ui.Application.terminate(Application.java:322) at com.sun.javafx.tk.quantum.QuantumToolkit.exit(QuantumToolkit.java:718) at com.sun.javafx.application.PlatformImpl$8.run(PlatformImpl.java:368) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:94) ----- HelloFullscreenAnim ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/HelloWorld.jar helloworld.HelloFullscreenAnim Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method) at com.sun.glass.ui.Window.setVisible(Window.java:534) at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:417) at javafx.stage.Window$10.invalidated(Window.java:744) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141) at javafx.stage.Window.setShowing(Window.java:784) at javafx.stage.Window.show(Window.java:799) at javafx.stage.Stage.show(Stage.java:242) at helloworld.HelloFullscreenAnim.start(HelloFullscreenAnim.java:67) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:491) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:94) ----- HelloTabPane ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/HelloWorld.jar helloworld.HelloTabPane Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method) at com.sun.glass.ui.Window.setVisible(Window.java:534) at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:417) at javafx.stage.Window$10.invalidated(Window.java:744) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141) at javafx.stage.Window.setShowing(Window.java:784) at javafx.stage.Window.show(Window.java:799) at javafx.stage.Stage.show(Stage.java:242) at helloworld.HelloTabPane.start(HelloTabPane.java:329) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:491) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java: ----- canvastest.ArcDoodle ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/CanvasTest.jar canvastest.ArcDoodle Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method) at com.sun.glass.ui.Window.setVisible(Window.java:534) at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:417) at javafx.stage.Window$10.invalidated(Window.java:744) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141) at javafx.stage.Window.setShowing(Window.java:784) at javafx.stage.Window.show(Window.java:799) at javafx.stage.Stage.show(Stage.java:242) at canvastest.ArcDoodle.start(ArcDoodle.java:83) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:491) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:94) ----- canvastest.UpperBoundTest ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/CanvasTest.jar canvastest.UpperBoundTest Downtime: 1.3619076030616802E12 time: 1.678 Downtime: 107.307 time: 0.331 Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method) at com.sun.glass.ui.Window.setVisible(Window.java:534) at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:417) at javafx.stage.Window$10.invalidated(Window.java:744) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141) at javafx.stage.Window.setShowing(Window.java:784) at javafx.stage.Window.show(Window.java:799) at javafx.stage.Stage.show(Stage.java:242) at canvastest.UpperBoundTest.start(UpperBoundTest.java:49) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:491) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:94) ----- EarthCubeFX2 ----- java -ea -cp /Users/kcr/javafx/8.0-kcr-gfx/jfx/artifacts/sdk/rt/lib/ext/jfxrt.jar:dist/EarthCubeFX2.jar javafxpert.earthcube.EarthCubeMain Glass detected outstanding Java exception at -[GlassViewDelegate setFrameSize:]:src/GlassViewDelegate.m:255 Exception in thread "JavaFX Application Thread" java.lang.AssertionError at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:42) at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(PaintCollector.java:334) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:660) at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:688) at com.sun.glass.ui.View.handleViewEvent(View.java:503) at com.sun.glass.ui.View.notifyResize(View.java:820) at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method) at com.sun.glass.ui.Window.setVisible(Window.java:534) at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:417) at javafx.stage.Window$10.invalidated(Window.java:744) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141) at javafx.stage.Window.setShowing(Window.java:784) at javafx.stage.Window.show(Window.java:799) at javafx.stage.Stage.show(Stage.java:242) at javafxpert.earthcube.EarthCubeMain.start(EarthCubeMain.java:61) at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:491) at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223) at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:220) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:220) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:94)