carlw
02/20/2017, 8:38 PMedvin
02/20/2017, 8:38 PMjchildress
02/20/2017, 8:43 PMedvin
02/20/2017, 8:43 PMjchildress
02/20/2017, 8:46 PMjchildress
02/20/2017, 8:46 PMron
02/20/2017, 8:46 PMjchildress
02/20/2017, 8:46 PMjchildress
02/20/2017, 8:46 PMron
02/20/2017, 8:47 PMron
02/20/2017, 8:47 PMjchildress
02/20/2017, 8:47 PMron
02/20/2017, 8:47 PMron
02/20/2017, 8:48 PMedvin
02/20/2017, 9:01 PMpermalmberg
02/20/2017, 9:04 PMtrayicon { menu("Foo") { menuitem("Bar") { setOnAction( {...} ) } }
edvin
02/20/2017, 10:29 PMedvin
02/20/2017, 10:32 PMjchildress
02/20/2017, 10:44 PMedvin
02/20/2017, 10:55 PMApp
.carlw
02/20/2017, 11:45 PMjchildress
02/20/2017, 11:46 PMjchildress
02/20/2017, 11:46 PMcarlw
02/20/2017, 11:52 PMcarlw
02/20/2017, 11:52 PMedvin
02/20/2017, 11:52 PMedvin
02/20/2017, 11:53 PMfxThread
parameter to the actions. Since the actions are performed on the Swing UI Thread, the fxThread = true
pushed them onto the JavaFX Application Thread so you don't need to wrap the code in Platform.runLater
.edvin
02/20/2017, 11:53 PMron
02/21/2017, 10:28 AMron
02/21/2017, 10:31 AM