Re: Anyone using JMX with JavaFX?

2016-06-08 Thread Felix Bembrick
So, if I'm not correct, does that mean that by choosing option 1, there will no remaining usage of JavaFX internally by Oracle themselves? Felix On 9 June 2016 at 08:31, Kevin Rushforth wrote: > As some of you may be aware, JavaFX has shipped a JMX plugin as a separate > jar file along with the

Anyone using JMX with JavaFX?

2016-06-08 Thread Kevin Rushforth
As some of you may be aware, JavaFX has shipped a JMX plugin as a separate jar file along with the JDK (not part of the JRE) in /lib/javafx-mx.jar. Development on this plugin stopped prior to JDK 8 being shipped, although we continued to ship javafx-mx.jar in JDK 8. Are there any developers th

Re: Handling Enter key presses on Buttons in JavaFX

2016-06-08 Thread Pete Brunet
On 6/8/16 11:27 AM, Paul Furbacher wrote: > On June 7, 2016 at 6:41:37 PM EDT, Tomas Mikula > wrote: > >> This would be very confusing if you had two TextFields and after entering >> text into the first one the user hits Enter and the form gets submitted >> with empty second field. > Apple’s H

Re: Handling Enter key presses on Buttons in JavaFX

2016-06-08 Thread Paul Furbacher
On June 7, 2016 at 6:41:37 PM EDT, Tomas Mikula wrote: > This would be very confusing if you had two TextFields and after entering > text into the first one the user hits Enter and the form gets submitted > with empty second field. Apple’s HIG documentation clarifies how such a situation should

Re: Handling Enter key presses on Buttons in JavaFX

2016-06-08 Thread Richard Bair
>>> 2) Do we want to have different behaviors for OS X and non-OS X? I'm a >>> newly inducted member into the cult of Mac, and I don't yet have all >>> my bearings sorted out, so I don't have a strong opinion here. >> Please don't make different OSes behave differently as this is a real pain. >> I

Re: Openjfx on Wanboard

2016-06-08 Thread David Goodenough
On Wednesday 08 June 2016 11:50:34 David Hill wrote: > On 6/7/16, 6:08 AM, Guillaume sétan wrote: > > Hi, > > I want to use Java with JavaFX on my wandboard but I see that the arm's > > version was unsupported on the website Oracle. > > So I found a other solution OpenJFX. > > But I try 2 things :

Re: Openjfx on Wanboard

2016-06-08 Thread David Hill
On 6/7/16, 6:08 AM, Guillaume sétan wrote: Hi, I want to use Java with JavaFX on my wandboard but I see that the arm's version was unsupported on the website Oracle. So I found a other solution OpenJFX. But I try 2 things : - To download the package with apt-get install, but he can't found libop

JDK-8146900: [SwingNode, DND]: drag-and-drop from JTable not working, drag recognized twice

2016-06-08 Thread Yasumasa Suenaga
Hi all, We are developing HeapStats [1] with JavaFX 8. This tool uses SwingNode to use JGraphX [2]. JGraphX suports Drag & Drop. However, DnD in SwingNode occurs InvalidDnDOperationException. Callstack of it is same with JDK-8146900. I checked OpenJDK source, the flag of DnD is static field [3

Re: Handling Enter key presses on Buttons in JavaFX

2016-06-08 Thread Scott Palmer
> On Jun 8, 2016, at 3:29 AM, Robert Lichtenberger > wrote: > > >> 2) Do we want to have different behaviors for OS X and non-OS X? I'm a >> newly inducted member into the cult of Mac, and I don't yet have all >> my bearings sorted out, so I don't have a strong opinion here. > Please don't ma

[9] Review Request: 8089563: Javascript Timing Events stop work on system clock changes at past

2016-06-08 Thread Ankit Srivastava
Hi Murali, Arun & Kevin, Please review the fix: JBS:https://bugs.openjdk.java.net/browse/JDK-8089563 Webrev:http://cr.openjdk.java.net/~asrivastava/8089563/webrev.00/ Solution updated in JBS. Regards, Ankit

Re: Handling Enter key presses on Buttons in JavaFX

2016-06-08 Thread Robert Lichtenberger
2) Do we want to have different behaviors for OS X and non-OS X? I'm a newly inducted member into the cult of Mac, and I don't yet have all my bearings sorted out, so I don't have a strong opinion here. Please don't make different OSes behave differently as this is a real pain. I would much pre