Changes in caspian.bss

2013-09-14 Thread Peter Penzov
Hi,
 I tried to implement my own version of example from jfxtras -
BigDecimalField. I copied all java files and css code successfully but when
I run the code I get these errors:



IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.big-decimal-field' in
stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
in stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-background-color' from rule
'*.tab-pane*.tab-content-area' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.combo-box-base' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
'-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
lookups for '-fx-background-color' from rule
'*.combo-box-base*.arrow-button*.arrow' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.list-view' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.scroll-bar:vertical' in stylesheet

Re: Changes in caspian.bss

2013-09-14 Thread Tom Eugelink


On JavaFX 8.0 we're getting all kind of CSS warnings when running the JFXtras 
8.0 project. I personally am waiting for JFX8 to stabilize before trying to 
figure out what is going on exactly. I do not notice any (visual) problems 
though.


On 2013-09-14 12:32, Peter Penzov wrote:

Hi,
  I tried to implement my own version of example from jfxtras -
BigDecimalField. I copied all java files and css code successfully but when
I run the code I get these errors:



IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.big-decimal-field' in
stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
in stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-background-color' from rule
'*.tab-pane*.tab-content-area' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.combo-box-base' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
'-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
lookups for '-fx-background-color' from rule
'*.combo-box-base*.arrow-button*.arrow' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.list-view' in stylesheet

Re: Changes in caspian.bss

2013-09-14 Thread Peter Penzov
Thank you for the reply!

How I can disable these warnings when I run the code in Netbeans?


On Sat, Sep 14, 2013 at 2:26 PM, Tom Eugelink t...@tbee.org wrote:


 On JavaFX 8.0 we're getting all kind of CSS warnings when running the
 JFXtras 8.0 project. I personally am waiting for JFX8 to stabilize before
 trying to figure out what is going on exactly. I do not notice any (visual)
 problems though.



 On 2013-09-14 12:32, Peter Penzov wrote:

 Hi,
   I tried to implement my own version of example from jfxtras -
 BigDecimalField. I copied all java files and css code successfully but
 when
 I run the code I get these errors:



 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.big-decimal-field' in
 stylesheet
 file:/D:/Users/pterzie/**Desktop/DX-57DC/target/**classes/styles/**
 BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
 for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
 in stylesheet
 file:/D:/Users/pterzie/**Desktop/DX-57DC/target/**classes/styles/**
 BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-background-color' from rule
 '*.tab-pane*.tab-content-**area' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.combo-box-base' in
 stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
 '-fx-background-color' from rule '*.combo-box-base*.arrow-**button' in
 stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
 lookups for '-fx-background-color' from rule
 '*.combo-box-base*.arrow-**button*.arrow' in stylesheet
 

Re: Changes in caspian.bss

2013-09-14 Thread David Grieve
This is (or should be) RT-32839, which is fixed in 8.0 and should make its way 
into next week's promotion. 

On Sep 14, 2013, at 7:26 AM, Tom Eugelink t...@tbee.org wrote:

 
 On JavaFX 8.0 we're getting all kind of CSS warnings when running the JFXtras 
 8.0 project. I personally am waiting for JFX8 to stabilize before trying to 
 figure out what is going on exactly. I do not notice any (visual) problems 
 though.
 
 
 On 2013-09-14 12:32, Peter Penzov wrote:
 Hi,
  I tried to implement my own version of example from jfxtras -
 BigDecimalField. I copied all java files and css code successfully but when
 I run the code I get these errors:
 
 
 
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.big-decimal-field' in
 stylesheet
 file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
 for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
 in stylesheet
 file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-background-color' from rule
 '*.tab-pane*.tab-content-area' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.combo-box-base' in
 stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
 '-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
 stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
 lookups for '-fx-background-color' from rule
 '*.combo-box-base*.arrow-button*.arrow' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013