-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: javafx
http://download.java.net/java/jdk9/jfxdocs/javafx/scene/image/ImageView.html
See the @ in the following cut-n-paste from the web page.
public class HelloImageView extends Application {
@Override public void start(Stage stage) {
// load the image
Image image = new Image("flower.png");
See the @ in the following cut-n-paste from the web page.
public class HelloImageView extends Application {
@Override public void start(Stage stage) {
// load the image
Image image = new Image("flower.png");
- relates to
-
JDK-8177341 Fix typos in FX API docs
-
- Resolved
-