@@ -54,7 +54,7 @@ <h2>ArrowButton</h2>
54
54
In addition to the < a
55
55
href ="#buttonProperties "> Button properties</ a > , ArrowButton supports
56
56
the following properties: </ p >
57
- < table border =" 1 ">
57
+ < table class =" striped ">
58
58
< caption > ArrowButton Specific Properties</ caption >
59
59
< thead > < tr >
60
60
< th scope ="col "> Property</ th >
@@ -76,7 +76,7 @@ <h2><a id="JButton">JButton</a></h2>
76
76
< p > JButton paints text using the TEXT_FOREGROUND ColorType. In addition
77
77
to the < a href ="#buttonProperties "> Button properties</ a > , JButton
78
78
supports the following property: </ p >
79
- < table border =" 1 ">
79
+ < table class =" striped ">
80
80
< caption > JButton Specific Properties</ caption >
81
81
< thead > < tr >
82
82
< th scope ="col "> Property</ th >
@@ -99,7 +99,7 @@ <h2><a id="JCheckBox">JCheckBox</a></h2>
99
99
< p > JCheckBox paints text using the TEXT_FOREGROUND ColorType. In
100
100
addition to the < a href ="#buttonProperties "> Button properties</ a > ,
101
101
JCheckBox supports the following property: </ p >
102
- < table border =" 1 ">
102
+ < table class =" striped ">
103
103
< caption > JCheckBox Specific Properties</ caption >
104
104
< thead > < tr >
105
105
< th scope ="col "> Property</ th >
@@ -120,7 +120,7 @@ <h2><a id="JCheckBox">JCheckBox</a></h2>
120
120
< h2 > < a id ="JComboBox "> JComboBox</ a > </ h2 >
121
121
< p > JComboBox is a composite component that consists of the following
122
122
child Components: </ p >
123
- < table border =" 1 ">
123
+ < table class =" striped ">
124
124
< caption > JComboBox child components</ caption >
125
125
< thead > < tr >
126
126
< th scope ="col "> Name</ th >
@@ -168,7 +168,7 @@ <h2><a id="JComboBox">JComboBox</a></h2>
168
168
</ table >
169
169
170
170
< p > </ p >
171
- < table border =" 1 ">
171
+ < table class =" striped ">
172
172
< caption > JComboBox Specific Properties</ caption >
173
173
< thead > < tr >
174
174
< th scope ="col "> Property</ th >
@@ -188,7 +188,7 @@ <h2><a id="JComboBox">JComboBox</a></h2>
188
188
</ table >
189
189
< br >
190
190
< h2 > JFileChooser</ h2 >
191
- < table border =" 1 " style ="text-align: left; width: 100%; ">
191
+ < table class =" striped " style ="text-align: left; width: 100%; ">
192
192
< caption > JFileChooser Specific Properties</ caption >
193
193
< thead >
194
194
< tr >
@@ -348,7 +348,7 @@ <h2>JFileChooser</h2>
348
348
</ table >
349
349
< br >
350
350
< h2 > < a id ="JInternalFrame "> </ a > JInternalFrame</ h2 >
351
- < table border =" 1 " style ="text-align: left; width: 100%; ">
351
+ < table class =" striped " style ="text-align: left; width: 100%; ">
352
352
< caption > JInternalFrame Specific Properties</ caption >
353
353
< thead > < tr >
354
354
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property< br >
@@ -380,7 +380,7 @@ <h2><a id="JInternalFrameTitlePane"></a>JInternalFrameTitlePane</h2>
380
380
< p > JInternalFrameTitlePane is the control bar located at the top of the
381
381
internal frame similar to that found in a frame.< br >
382
382
</ p >
383
- < table border =" 1 " style ="text-align: left; width: 100%; ">
383
+ < table class =" striped " style ="text-align: left; width: 100%; ">
384
384
< caption > JInternalFrameTitlePane Specific Properties</ caption >
385
385
< thead > < tr >
386
386
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property< br >
@@ -478,7 +478,7 @@ <h2><a id="JInternalFrameTitlePane"></a>JInternalFrameTitlePane</h2>
478
478
< h2 > < a id ="JList "> JList</ a > </ h2 >
479
479
< p > JList's sets the name of the renderer to List.renderer. JList
480
480
supports the following properties: </ p >
481
- < table border =" 1 ">
481
+ < table class =" striped ">
482
482
< caption > JList Specific Properties</ caption >
483
483
< thead > < tr >
484
484
< th scope ="col "> Property</ th >
@@ -522,7 +522,7 @@ <h2><a id="menuProperties">Menu Properties</a></h2>
522
522
MENU_ITEM_ACCELERATOR is used for painting the accelerator. Both Regions
523
523
paint text using the TEXT_FOREGROUND ColorType. The following set of
524
524
properties are supported: </ p >
525
- < table border =" 1 ">
525
+ < table class =" striped ">
526
526
< caption > Menu classes common properties</ caption >
527
527
< thead > < tr >
528
528
< th scope ="col "> Property</ th >
@@ -577,7 +577,7 @@ <h2><a id="menuProperties">Menu Properties</a></h2>
577
577
< p > < code > Prefix</ code > is one of: CheckBoxMenuItem, Menu, MenuItem, or
578
578
RadioButtonMenuItem. </ p >
579
579
< p > JMenu also supports the following properties: </ p >
580
- < table border =" 1 ">
580
+ < table class =" striped ">
581
581
< caption > JMenu specific properties</ caption >
582
582
< thead > < tr >
583
583
< th scope ="col "> Property</ th >
@@ -606,7 +606,7 @@ <h2><a id="JOptionPane">JOptionPane</a></h2>
606
606
components, they are: OptionPane.button, OptionPane.label,
607
607
OptionPane.comboBox, OptionPane.scrollPane, OptionPane.list,
608
608
OptionPane.textField, OptionPane.iconLabel. </ p >
609
- < table border =" 1 ">
609
+ < table class =" striped ">
610
610
< caption > JOptionPane Specific Properties</ caption >
611
611
< thead > < tr >
612
612
< th scope ="col "> Property</ th >
@@ -719,7 +719,7 @@ <h2><a id="JOptionPane">JOptionPane</a></h2>
719
719
< br >
720
720
< h2 > < a id ="JProgressBar "> </ a > JProgressBar< br >
721
721
</ h2 >
722
- < table border =" 1 " style ="text-align: left; width: 100%; ">
722
+ < table class =" striped " style ="text-align: left; width: 100%; ">
723
723
< caption > JProgressBar Specific Properties</ caption >
724
724
< thead > < tr >
725
725
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property</ th >
@@ -759,7 +759,7 @@ <h2><a id="JRadioButton">JRadioButton</a></h2>
759
759
< p > JRadioButton paints text using the TEXT_FOREGROUND ColorType. In
760
760
addition to the < a href ="#buttonProperties "> Button properties</ a > ,
761
761
JRadioButton supports the following property: </ p >
762
- < table border =" 1 ">
762
+ < table class =" striped ">
763
763
< caption > JRadioButton Specific Properties</ caption >
764
764
< thead > < tr >
765
765
< th scope ="col "> Property</ th >
@@ -780,7 +780,7 @@ <h2><a id="JRadioButton">JRadioButton</a></h2>
780
780
< h2 > < a id ="JScrollBar "> JScrollBar</ a > </ h2 >
781
781
< p > JScrollBar is a composite component that consists of the following
782
782
child Components: </ p >
783
- < table border =" 1 ">
783
+ < table class =" striped ">
784
784
< caption > JScrollBar child components</ caption >
785
785
< thead > < tr >
786
786
< th scope ="col "> Name</ th >
@@ -797,7 +797,7 @@ <h2><a id="JScrollBar">JScrollBar</a></h2>
797
797
</ table >
798
798
799
799
< p > </ p >
800
- < table border =" 1 ">
800
+ < table class =" striped ">
801
801
< caption > JScrollBar Specific Properties</ caption >
802
802
< thead > < tr >
803
803
< th scope ="col "> Property</ th >
@@ -852,7 +852,7 @@ <h2><a id="JScrollBar">JScrollBar</a></h2>
852
852
< h2 > < a id ="Separator "> Separators</ a > </ h2 >
853
853
< p > All of the separator classes, JSeparator, JPopupMenu.Separator and
854
854
JToolBar.Separator use the same property: </ p >
855
- < table border =" 1 ">
855
+ < table class =" striped ">
856
856
< caption > Separator classes common properties</ caption >
857
857
< thead > < tr >
858
858
< th scope ="col "> Property</ th >
@@ -872,7 +872,7 @@ <h2><a id="Separator">Separators</a></h2>
872
872
</ tbody >
873
873
</ table >
874
874
< p > JToolBar.Separator also supports the following property: </ p >
875
- < table border =" 1 ">
875
+ < table class =" striped ">
876
876
< caption > JToolBar.Separator specific properties</ caption >
877
877
< thead > < tr >
878
878
< th scope ="col "> Property</ th >
@@ -906,7 +906,7 @@ <h2><a id="JScrollPane">JScrollPane</a></h2>
906
906
< code > paintViewportBorder</ code > is called to paint the
907
907
< code > Viewport</ code > s border.
908
908
</ p >
909
- < table border =" 1 ">
909
+ < table class =" striped ">
910
910
< caption > JScrollPane Specific Properties</ caption >
911
911
< thead > < tr >
912
912
< th scope ="col "> Property</ th >
@@ -930,7 +930,7 @@ <h2><a id="JSplitPane">JSplitPane</a></h2>
930
930
invoked. The two buttons will be named:
931
931
SplitPaneDivider.leftOneTouchButton and
932
932
SplitPaneDivider.rightOneTouchButton. </ p >
933
- < table border =" 1 ">
933
+ < table class =" striped ">
934
934
< caption > JSplitPane Specific Properties</ caption >
935
935
< thead > < tr >
936
936
< th scope ="col "> Property</ th >
@@ -974,7 +974,7 @@ <h2><a id="JSplitPane">JSplitPane</a></h2>
974
974
</ table >
975
975
< br >
976
976
< h2 > < a id ="JSlider "> </ a > JSlider</ h2 >
977
- < table border =" 1 " style ="text-align: left; width: 100%; ">
977
+ < table class =" striped " style ="text-align: left; width: 100%; ">
978
978
< caption > JSlider Specific Properties</ caption >
979
979
< thead > < tr >
980
980
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property< br >
@@ -1033,7 +1033,7 @@ <h2><a id="JSlider"></a>JSlider</h2>
1033
1033
</ table >
1034
1034
< br >
1035
1035
< h2 > < a id ="JTabbedPane "> </ a > JTabbedPane</ h2 >
1036
- < table border =" 1 " style ="text-align: left; width: 100%; ">
1036
+ < table class =" striped " style ="text-align: left; width: 100%; ">
1037
1037
< caption > JTabbedPane Specific Properties</ caption >
1038
1038
< thead > < tr >
1039
1039
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property</ th >
@@ -1096,7 +1096,7 @@ <h2><a id="JTabbedPane"></a>JTabbedPane</h2>
1096
1096
< h2 > < a id ="JTable "> JTable</ a > </ h2 >
1097
1097
< p > JTable sets the name of the renderer to Table.cellRenderer.
1098
1098
JTable supports the following properties: </ p >
1099
- < table border =" 1 ">
1099
+ < table class =" striped ">
1100
1100
< caption > JTable Specific Properties</ caption >
1101
1101
< thead > < tr >
1102
1102
< th scope ="col "> Property</ th >
@@ -1141,7 +1141,7 @@ <h2><a id="JTable">JTable</a></h2>
1141
1141
< h2 > < a id ="JTree "> JTree</ a > </ h2 >
1142
1142
< p > JTree sets the name of the renderer to Tree.renderer, the name of
1143
1143
the editor is Tree.cellEditor.</ p >
1144
- < table border =" 1 ">
1144
+ < table class =" striped ">
1145
1145
< caption > JTree Specific Properties</ caption >
1146
1146
< thead > < tr >
1147
1147
< th scope ="col "> Property</ th >
@@ -1225,7 +1225,7 @@ <h2><a id="JToggleButton">JToggleButton</a></h2>
1225
1225
< p > JToggleButton paints text using the TEXT_FOREGROUND ColorType. In
1226
1226
addition to the < a href ="#buttonProperties "> Button properties</ a > ,
1227
1227
JToggleButton supports the following property: </ p >
1228
- < table border =" 1 ">
1228
+ < table class =" striped ">
1229
1229
< caption > JToggleButton Specific Properties</ caption >
1230
1230
< thead > < tr >
1231
1231
< th scope ="col "> Property</ th >
@@ -1247,7 +1247,7 @@ <h2><a id="buttonProperties">Button Properties</a></h2>
1247
1247
< p > Each of the Button classes (JButton, JCheckBox, JRadioButton,
1248
1248
JToggleButton and SynthArrowButton) support a similar set of properties.
1249
1249
These properties are: </ p >
1250
- < table border =" 1 ">
1250
+ < table class =" striped ">
1251
1251
< caption > Button classes common properties</ caption >
1252
1252
< thead > < tr >
1253
1253
< th scope ="col "> Property</ th >
@@ -1299,7 +1299,7 @@ <h2><a id="buttonProperties">Button Properties</a></h2>
1299
1299
</ p >
1300
1300
< h2 > < a id ="textProperties "> </ a > Text Properties< br >
1301
1301
</ h2 >
1302
- < table border =" 1 " style ="text-align: left; width: 100%; ">
1302
+ < table class =" striped " style ="text-align: left; width: 100%; ">
1303
1303
< caption > Text classes common properties</ caption >
1304
1304
< thead > < tr >
1305
1305
< th scope ="col " style ="vertical-align: top; text-align: center; "> Property</ th >
0 commit comments