-
Bug
-
Resolution: Fixed
-
P4
-
9
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
-