hg: openjfx/8/graphics/rt: 2 new changesets

2013-06-07 Thread hang . vo
Changeset: 53248a630305 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-06-07 08:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/53248a630305 Unified reports of null reference in SelectBinding on info level. !

FXML version number

2013-06-07 Thread Milan Kubec
Hello, I have implemented simple versioning for FXML documents in FXMLLoader, but without support in tools it won't be very useful. I have agreed with NetBeans and Scene Builder folks that they will include support for versioning too. Support means that they will produce document with two XML

Re: Dumping the rendering process in JavaFX

2013-06-07 Thread Tom Schindl
I've started working on a JavaFX-Scene to FXML dumper but its not yet really useable. Tom On 07.06.13 14:34, Hervé Girod wrote: Hello, We are porting a swing application in JavaFX, and we had various unit tests where we created for testing purposes a dummy Graphics2D which stored the list

hg: openjfx/8/graphics/rt: RT-30983: Quantum cleanup: remove ToolkitInterface

2013-06-07 Thread hang . vo
Changeset: 148e27736eb6 Author:Artem Ananiev artem.anan...@oracle.com Date: 2013-06-07 16:30 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/148e27736eb6 RT-30983: Quantum cleanup: remove ToolkitInterface Reviewed-by: Kevin Rushforth, Steve Northover +

Re: Dumping the rendering process in JavaFX

2013-06-07 Thread Hervé Girod
Thanks, that's very interesting ! It may be what I need ! I will check it soon ! Hervé Sent from my iPhone On 7 juin 2013, at 15:55, Alexandre (Shura) Iline alexandre.il...@oracle.com wrote: Hi. FWIW, with JemmyFX you can do: new SceneDock().asParent().lookup().dump(System.out);