[9] API Review Request: 8144556 - Add support to allow user specified rendering order

2016-03-19 Thread Chien Yang
Hi Kevin and all, Please review the following new API proposal to add a priorityOrder property to Node: JIRA: https://bugs.openjdk.java.net/browse/JDK-8144556 Here is a prototype of the implementation with a simple toy example if you wish to play with: Webrev: http://cr.openjdk.java.net/~c

Re: [9] Review request for FX Jigsaw changes

2016-03-19 Thread Kevin Rushforth
Here are the proposed final webrevs barring any last minute problems: https://bugs.openjdk.java.net/browse/JDK-8092093 http://cr.openjdk.java.net/~kcr/8092093/webrev.01/rt/ http://cr.openjdk.java.net/~kcr/8092093/webrev.01/rt-fxpackager/ Here are the delta webrevs from version 00. There is no c

Re: Canvas stops displaying after a few seconds.

2016-03-19 Thread Tom Schindl
You need to interface with the Canvas on the JavaFX-Thread, or even better don't use a Thread use Timeline with a KeyFrame. Tom On 16.03.16 23:25, ZHANG Erkang wrote: > Hello everyone, > > > I'm trying to display a million ovals in a canvas dynamicly every second. I > use a thread as the rende

Documenting our Junit tests

2016-03-19 Thread David Hill
I just added a new page on the OpenJFX wiki. It covers JUnit tests within the OpenJFX build, but in particular covers them in a JDK 9 modular world (Jigsaw). I know that modules does not apply to many people - yet. I wrote this up after I was asked by an engineer about how to rework some e

jigsaw/m3

2016-03-19 Thread Kevin Rushforth
A snapshot of the JDK changes for Jigsaw have been pushed to a staging forest [1] on openjdk as Alan Bateman indicated in message to jigsaw-dev [2] a short time ago. This was done as a single collapsed changeset per repo. I have just done the same for FX [3]. The plan, as indicated by Alan, is

Re: [9] API Review Request: 8144556 - Add support to allow user specified rendering order

2016-03-19 Thread Robert Zenz
Please excuse my hijacking, but JDK-8091101 seems to be a duplicate of this one (or the other way round, for that matter). https://bugs.openjdk.java.net/browse/JDK-8091101 On 17.03.2016 23:09, Chien Yang wrote: > Hi Kevin and all, > > Please review the following new API proposal to add a priori

Canvas stops displaying after a few seconds.

2016-03-19 Thread ZHANG Erkang
Hello everyone, I'm trying to display a million ovals in a canvas dynamicly every second. I use a thread as the rendering thread, but my problem is, after a few secondes, the canvas freezes and stops displaying. I guess that the buffer is full so it can't display anymore, but how can I clear u

Re: FX-9: Plans for InputMap?

2016-03-19 Thread Tomas Mikula
Hi Jeanette, before reimplementing the whole thing, please check out my writeup of some use cases [1] and whether WellBehavedFX would serve your needs. Best, Tomas [1] http://htmlpreview.github.io/?https://github.com/TomasMikula/InputMapAPI/blob/master/use-cases.html On Fri, Mar 18, 2016 at 5:4

FX-9: Plans for InputMap?

2016-03-19 Thread fastegal
when experimenting with custom (or extended) skins, I noticed that I can barely live without InputMap. If I had to, I would end up in re-implementing the whole thingy. What are the chances for moving it into public scope? Cheers Jeanette

Re: [9] Review request for FX Jigsaw changes

2016-03-19 Thread Kevin Rushforth
I should add that the only changes are related to: 1) Renamed JDK9_HOME to JIGSAW_HOME 2) Cleanup FIXME comments -- Kevin Kevin Rushforth wrote: Here are the proposed final webrevs barring any last minute problems: https://bugs.openjdk.java.net/browse/JDK-8092093 http://cr.openjdk.java.net