< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/FormView.java

Print this page

        

*** 44,58 **** * multiple views mapped over the document, they will share the * embedded component models. * <p> * The following table shows what components get built * by this view. ! * <table summary="shows what components get built by this view"> * <tr> * <th>Element Type</th> * <th>Component built</th> * </tr> * <tr> * <td>input, type button</td> * <td>JButton</td> * </tr> * <tr> --- 44,63 ---- * multiple views mapped over the document, they will share the * embedded component models. * <p> * The following table shows what components get built * by this view. ! * ! * <table class="striped"> ! * <caption>Shows what components get built by this view</caption> ! * <thead> * <tr> * <th>Element Type</th> * <th>Component built</th> * </tr> + * </thead> + * <tbody> * <tr> * <td>input, type button</td> * <td>JButton</td> * </tr> * <tr>
*** 97,106 **** --- 102,112 ---- * </tr> * <tr> * <td>input, type file</td> * <td>JTextField</td> * </tr> + * </tbody> * </table> * * @author Timothy Prinzing * @author Sunita Mani */
< prev index next >