hg: openjfx/8/graphics/rt: Added HelloTiger to the toys.

2013-08-10 Thread hang . vo
Changeset: 000d63152de1 Author:rbair Date: 2013-08-10 06:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/000d63152de1 Added HelloTiger to the toys. + apps/toys/Hello/src/main/java/hello/HelloTiger.java + apps/toys/Hello/src/main/java/hello/Tiger.java

Re: hello and macosx build trouble

2013-08-10 Thread Richard Bair
Hi Rene, I just did a fresh clone and build and it succeeded for me, so now we have to figure out what the difference is. I started with building OpenJDK 8 This might be the first issue, I've always built against the dev preview builds of JDK 8, not OpenJDK 8. I tried to sort this out with

Re: use custom behavior class for TableView

2013-08-10 Thread Jonathan Giles
Hi Sven, In general the behavior aspect of UI controls is not yet public API, so we've not yet given a huge amount of thought to how best to expose these. We've got ideas, but they won't be implemented as part of JavaFX 8.0, although I hope that they will be as part of the 8.x series of