--- old/src/java.desktop/share/classes/javax/swing/text/html/FormView.java 2017-05-18 14:08:21.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/html/FormView.java 2017-05-18 14:08:20.000000000 -0700 @@ -46,11 +46,16 @@ *

* The following table shows what components get built * by this view. - * + * + *
+ * + * * * * * + * + * * * * @@ -99,6 +104,7 @@ * * * + * *
Shows what components get built by this view
Element TypeComponent built
input, type buttonJButtoninput, type fileJTextField
* * @author Timothy Prinzing