-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: fx2.0
-
Component/s: docs
-
Environment:
N/A
On page http://download.oracle.com/javafx/2.0/deployment/deploy_overview.htm, the following statement is missing a ) somewhere:
scene.getStylesheets().add(this.getClass().getResource("my.css").toExternalForm();
scene.getStylesheets().add(this.getClass().getResource("my.css").toExternalForm();