--- old/src/java.desktop/share/classes/javax/swing/text/html/FormView.java 2017-09-03 00:47:06.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/html/FormView.java 2017-09-03 00:47:06.000000000 -0700 @@ -50,60 +50,47 @@ * * * - * - * - * - * + * + * * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * + * + * + * + * + * + * + * + * + * + * + * + * + * *
Shows what components get built by this view
Element TypeComponent built
Element Type + * Component built *
input, type buttonJButton
input, type checkboxJCheckBox
input, type imageJButton
input, type passwordJPasswordField
input, type radioJRadioButton
input, type resetJButton
input, type submitJButton
input, type textJTextField
select, size > 1 or multiple attribute definedJList in a JScrollPane
select, size unspecified or 1JComboBox
textareaJTextArea in a JScrollPane
input, type fileJTextField
input, type button + * JButton + *
input, type checkbox + * JCheckBox + *
input, type image + * JButton + *
input, type password + * JPasswordField + *
input, type radio + * JRadioButton + *
input, type reset + * JButton + *
input, type submit + * JButton + *
input, type text + * JTextField + *
select, size > 1 or multiple attribute defined + * JList in a JScrollPane + *
select, size unspecified or 1 + * JComboBox + *
textarea + * JTextArea in a JScrollPane + *
input, type file + * JTextField *
*