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

hang.vo at oracle.com hang.vo at oracle.com
Mon Nov 26 19:17:26 PST 2012


Changeset: 769200bca5be
Author:    "Jasper Potts"
Date:      2012-11-26 19:06 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/769200bca5be

Fix by David for StyleManager to make user agent stylesheet changes clear all caches and do complete refresh.

! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java

Changeset: 5d89eacf62cc
Author:    "Jasper Potts"
Date:      2012-11-26 19:11 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5d89eacf62cc

Added way to override a nodes pseudo class state for testing and theme design. It is disabled by default and can be enabled by -Djavafx.pseudoClassOverrideEnabled=true that was done to minimize any performance impact. Once that is enabled you can do myButton.getProperties().put("javafx.scene.Node.pseudoClassOverride", "hover"); to make it look in the hover state.

! javafx-ui-common/src/javafx/scene/Node.java



More information about the openjfx-dev mailing list