< prev index next >

modules/javafx.graphics/src/main/java/javafx/application/Application.java

Print this page

        

@@ -137,11 +137,11 @@
     }
 }
  * </code></pre>
  *
  * <p>The above example will produce the following:</p>
- * <p><img src="doc-files/Application.png"/></p>
+ * <p><img src="doc-files/Application.png" alt=""></p>
  * @since JavaFX 2.0
  */
 public abstract class Application {
     /**
      * Constant for user agent stylesheet for the "Caspian" theme. Caspian
< prev index next >