-
Bug
-
Resolution: Fixed
-
P4
-
7u40
-
None
-
Product Version
JavaFX Scene Builder 1.1 (Developer Preview)Build Information
Version: 1.1-b07, Changeset: efd98fc8de3f
Date: 2012-09-27 09:11JavaFX
Toolkit = QuantumToolkit
Pipeline = D3DPipeline
Hardware acceleration ENABLEDOperating System
Windows 7, x86, 6.1Java Version
1.7.0_07, Oracle Corporation, 1.7.0_07-b10Product Version JavaFX Scene Builder 1.1 (Developer Preview) Build Information Version: 1.1-b07, Changeset: efd98fc8de3f Date: 2012-09-27 09:11 JavaFX Toolkit = QuantumToolkit Pipeline = D3DPipeline Hardware acceleration ENABLED Operating System Windows 7, x86, 6.1 Java Version 1.7.0_07, Oracle Corporation, 1.7.0_07-b10
Good day
Have the style
.background {
-fx-background-image: url("/skin/blues/def/img/bg.png");
-fx-background-size: stretch;
}
This style is available in the file base.css
Have the panel
<AnchorPane fx:id="rootPane" styleClass="background" xmlns:fx="http://javafx.com/fxml">
<stylesheets>
<URL value="@../../../../base.css" />
</stylesheets>
</AnchorPane>
Background is not displayed in the Scene Builder and in previev window. In normal application launch - background displayed.
http://clip2net.com/s/2orCA
All files are in the jar-file.
In Scene Builder version 1.0, the same problem
Have the style
.background {
-fx-background-image: url("/skin/blues/def/img/bg.png");
-fx-background-size: stretch;
}
This style is available in the file base.css
Have the panel
<AnchorPane fx:id="rootPane" styleClass="background" xmlns:fx="http://javafx.com/fxml">
<stylesheets>
<URL value="@../../../../base.css" />
</stylesheets>
</AnchorPane>
Background is not displayed in the Scene Builder and in previev window. In normal application launch - background displayed.
http://clip2net.com/s/2orCA
All files are in the jar-file.
In Scene Builder version 1.0, the same problem