SwingNode not updating cursor shape

2013-09-01 Thread Lidierth, Malcolm
With a JPanel displayed in a SwingNode with MouseListeners that change the displayed mouse cursor shape in Swing, no cursor changes are seen when viewing the JPanel in a SwingNode. Should they be? Dr Malcolm Lidierth Senior Lecturer in Physiology Wolfson Centre for Age-Related Diseases Guy's H

RE: SwingNode not updating cursor shape

2013-09-01 Thread Lidierth, Malcolm
Petr - Great. Many thanks. From:Petr Pchelko Sent: Sunday, September 01, 2013 11:15 AM To: Lidierth, Malcolm Cc: openjfx-dev@openjdk.java.net Subject: Re: SwingNode not updating cursor shape Hello, Malcolm. This is a known issue, it's tracked

Serializing JFXPanel with java.beans.XMLEncoder

2013-11-05 Thread Lidierth Malcolm
When I add a JFXPanel to a Swing hierarchy that is then written to XML using java.beans.XMLEncoder, all is well as long as the JFXPanel is empty. When it has content, I see a NullPointerException. Before I dig into the origins, am I being over-optimistic? : should I expect java.beans.XMLEncoder

JFXPanel with WebView in JDK8

2013-11-05 Thread Lidierth Malcolm
NOTE: THIS EXCEPTION OCCURS WITH JDK8, BUT NOT WITH JDK7 public class NewFXMain1 { public static void main(String[] args) throws InterruptedException, InvocationTargetException { EventQueue.invokeAndWait(new Runnable() { // Create the Swing components on the EDT

Re: openjfx-dev Digest, Vol 24, Issue 9

2013-11-05 Thread Lidierth Malcolm
; format=flowed Please enter a JIRA with your test code in it and add me as a watcher. Thanks. Steve On 2013-11-05 2:37 PM, Lidierth Malcolm wrote: NOTE: THIS EXCEPTION OCCURS WITH JDK8, BUT NOT WITH JDK7 public class NewFXMain1 { public static void main(String[] args) throws InterruptedExcep

RE: Serializing JFXPanel with java.beans.XMLEncoder

2013-11-06 Thread Lidierth, Malcolm
/set methods using a default persistence delegate? I guess that would be asking a lot. From: Artem Ananiev Sent: Tuesday, November 05, 2013 5:21 PM To: Lidierth, Malcolm Cc: openjfx-dev@openjdk.java.net Subject: Re: Serializing JFXPanel with

SceneBuilder 2.0 import custom components from Ja

2014-06-09 Thread Lidierth, Malcolm
Scene Builder presently displays menu items where there is a public setter/getter for a class. Should it also display them when there is a default setter/getter implemented in an interface? That would allow control of the menus for concrete subclasses of a common abstract class where individual

SceneBuilder 2.0 import custom components from Ja

2014-06-11 Thread Lidierth Malcolm
essage-ID: <5395c1d5.8060...@bestsolution.at> Content-Type: text/plain; charset=ISO-8859-1 Maybe it should but to me your use of default-methods in interfaces looks very odd and you should maybe rethink! Tom On 09.06.14 11:06, Lidierth, Malcolm wrote: Scene Builder presently displays men