Ugly flashing when opening a css-styled stage

2014-06-01 Thread Robert Krüger
Hi, I'm in the process of evaluating Java FX 8 for our currently Swing-based product (also Java 8) on OSX. My first attempt to style a stage's background resulted in an ugly flashing effect which I would classify as a show-stopper for delivering a commercial product. This looks like it is caused

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
Upps.. Controller compatible... -Sven Am 01.06.2014 10:34 schrieb "Sven Reimers" : > Controller compatible? > > -Sven > Am 01.06.2014 03:17 schrieb "Danno Ferrin" : > >> The new matrix classes exposed in JavaFX 8 help a lot. >> >> I'll re-license it BSD. 2 clause, 3 clause, new? Can you point m

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
Controller compatible? -Sven Am 01.06.2014 03:17 schrieb "Danno Ferrin" : > The new matrix classes exposed in JavaFX 8 help a lot. > > I'll re-license it BSD. 2 clause, 3 clause, new? Can you point me to a > preferred header? > > > On Fri, May 30, 2014 at 6:11 PM, Jeffrey Guenther < > guenther.

hg: openjfx/8u-dev/rt: Implemet inertia for rotate gesture

2014-06-01 Thread hang . vo
Changeset: 15cf0c957d82 Author:Seeon Birger Date: 2014-06-01 19:55 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/15cf0c957d82 Implemet inertia for rotate gesture ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/RotateGestureRecognizer.java

Re: Ugly flashing when opening a css-styled stage

2014-06-01 Thread Jeff Martin
I haven't seen this, but here's a hack you can try: // Show stage transparent once to get proper drawing _stage.setOpacity(0); _stage.show(); _stage.hide(); _stage.setOpacity(1); I've done this before to trigger Stage to set it's width/height property (which I needed to position

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Jeffrey Guenther
BSD - 3 Clause - http://jung.sourceforge.net/license.txt On Sat, May 31, 2014 at 6:17 PM, Danno Ferrin wrote: > The new matrix classes exposed in JavaFX 8 help a lot. > > I'll re-license it BSD. 2 clause, 3 clause, new? Can you point me to a > preferred header? > > > On Fri, May 30, 2014 at 6

hg: openjfx/8u-dev/rt: RT-36833: [ColorPicker] NLS: over translated message for Korean in controls_ko.properties file.

2014-06-01 Thread hang . vo
Changeset: 3308d6a77846 Author:mfang Date: 2014-06-01 22:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3308d6a77846 RT-36833: [ColorPicker] NLS: over translated message for Korean in controls_ko.properties file. ! modules/controls/src/main/resources/com/sun/javaf