--- old/src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java 2017-05-12 16:11:50.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java 2017-05-12 16:11:50.000000000 -0700 @@ -1118,10 +1118,17 @@ * table describes what this factory will build by * default. * - * + *
+ * + * + * + * + * + * * - * * * * + * *
Describes the tag and view created by this + * factory by default
Tag + * View created + *
TagView created - *
HTML.Tag.CONTENTInlineView *
HTML.Tag.IMPLIEDjavax.swing.text.html.ParagraphView @@ -1192,6 +1199,7 @@ *
HTML.Tag.FRAMEFrameView *
*/ public static class HTMLFactory implements ViewFactory {