diff --git a/jdk/src/share/classes/javax/swing/JComboBox.java b/jdk/src/share/classes/javax/swing/JComboBox.java index 937c13376cc..ceec992b31d 100644 --- a/jdk/src/share/classes/javax/swing/JComboBox.java +++ b/jdk/src/share/classes/javax/swing/JComboBox.java @@ -65,7 +65,7 @@ import javax.accessibility.*; * See How to Use Combo Boxes * in The Java Tutorial * for further information. - *
+ *
* @see ComboBoxModel
* @see DefaultComboBoxModel
*
diff --git a/jdk/src/share/classes/javax/swing/JFrame.java b/jdk/src/share/classes/javax/swing/JFrame.java
index 2077eb76249..c773a3b66a8 100644
--- a/jdk/src/share/classes/javax/swing/JFrame.java
+++ b/jdk/src/share/classes/javax/swing/JFrame.java
@@ -123,7 +123,7 @@ public class JFrame extends Frame implements WindowConstants,
* has this set as the close operation and is closed in an applet,
* a SecurityException
may be thrown.
* It is recommended you only use this in an application.
- *
+ * * @since 1.3 */ public static final int EXIT_ON_CLOSE = 3; diff --git a/jdk/src/share/classes/javax/swing/JList.java b/jdk/src/share/classes/javax/swing/JList.java index 6503887247e..8088396fcc3 100644 --- a/jdk/src/share/classes/javax/swing/JList.java +++ b/jdk/src/share/classes/javax/swing/JList.java @@ -260,7 +260,7 @@ import static sun.swing.SwingUtilities2.Section.*; * See How to Use Lists * in The Java Tutorial * for further documentation. - *
+ * * @see ListModel * @see AbstractListModel * @see DefaultListModel diff --git a/jdk/src/share/classes/javax/swing/JOptionPane.java b/jdk/src/share/classes/javax/swing/JOptionPane.java index 58d38669e9c..e3458d037c0 100644 --- a/jdk/src/share/classes/javax/swing/JOptionPane.java +++ b/jdk/src/share/classes/javax/swing/JOptionPane.java @@ -259,7 +259,7 @@ import static javax.swing.ClientPropertyKey.PopupFactory_FORCE_HEAVYWEIGHT_POPUP * "Choose one", "Input", * JOptionPane.INFORMATION_MESSAGE, null, * possibleValues, possibleValues[0]); - *
+ *
*
* Direct Use:
* To create and use an JOptionPane
directly, the
diff --git a/jdk/src/share/classes/javax/swing/JTable.java b/jdk/src/share/classes/javax/swing/JTable.java
index e811fa80d5a..089da6c4e30 100644
--- a/jdk/src/share/classes/javax/swing/JTable.java
+++ b/jdk/src/share/classes/javax/swing/JTable.java
@@ -661,7 +661,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* with the following code:
*
*
((Vector)rowData.elementAt(1)).elementAt(5);- *
+ * * @param rowData the data for the new table * @param columnNames names of each column */ @@ -678,7 +678,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable *
rowData[1][5];*
* All rows must be of the same length as columnNames
.
- *
+ * * @param rowData the data for the new table * @param columnNames names of each column */ diff --git a/jdk/src/share/classes/javax/swing/RowSorter.java b/jdk/src/share/classes/javax/swing/RowSorter.java index bd375a779f6..5ca809e82a1 100644 --- a/jdk/src/share/classes/javax/swing/RowSorter.java +++ b/jdk/src/share/classes/javax/swing/RowSorter.java @@ -42,10 +42,10 @@ import java.util.*; *
* The view invokes the following methods on the RowSorter
:
*
toggleSortOrder
The view invokes this when the
+ * toggleSortOrder
— The view invokes this when the
* appropriate user gesture has occurred to trigger a sort. For example,
* the user clicked a column header in a table.
- * RowSorter
should not update its mapping
@@ -59,10 +59,10 @@ import java.util.*;
* RowSorter
provides notification of changes by way of
* RowSorterListener
. Two types of notification are sent:
* RowSorterEvent.Type.SORT_ORDER_CHANGED
notifies
+ * RowSorterEvent.Type.SORT_ORDER_CHANGED
— notifies
* listeners that the sort order has changed. This is typically followed
* by a notification that the sort has changed.
- * RowSorterEvent.Type.SORTED
notifies listeners that
+ * RowSorterEvent.Type.SORTED
— notifies listeners that
* the mapping maintained by the RowSorter
has changed in
* some way.
* constraints
is an instance of
* SpringLayout.Constraints
,
* associates the constraints with the specified component.
- * + * * @param component the component being added * @param constraints the component's constraints * @@ -1029,7 +1029,7 @@ public class SpringLayout implements LayoutManager2 { *
* value(e1, c1) = value(e2, c2) + pad* to take place during all subsequent layout operations. - *
+ *
* @param e1 the edge of the dependent
* @param c1 the component of the dependent
* @param pad the fixed distance between dependent and anchor
@@ -1056,7 +1056,7 @@ public class SpringLayout implements LayoutManager2 {
* SpringLayout.VERTICAL_CENTER
,
* SpringLayout.HORIZONTAL_CENTER
or
* SpringLayout.BASELINE
.
- *
+ * * @param e1 the edge of the dependent * @param c1 the component of the dependent * @param s the spring linking dependent and anchor diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java index 252ef03a13a..34595149b95 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java @@ -325,7 +325,7 @@ public class BasicButtonUI extends ButtonUI{ /** * Method which renders the text of the current button. - *
+ * * @param g Graphics context * @param b Current button to render * @param textRect Bounding rectangle to render the text. diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java index 1a876fc6ce5..42b9a0b6c8b 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java @@ -39,7 +39,7 @@ import sun.swing.DefaultLookup; /** * Provides the basic look and feel for a JColorChooser. - *
+ * * @author Tom Santos * @author Steve Wilson */ diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java index 1c6f496ba44..9562a2089d6 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java @@ -664,7 +664,7 @@ public class BasicMenuItemUI extends MenuItemUI /** * Renders the text of the current menu item. - *
+ * * @param g graphics context * @param menuItem menu item to render * @param textRect bounding rectangle for rendering the text diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java index ddeba1db653..163a5cd2b46 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java @@ -39,7 +39,6 @@ import javax.swing.text.View; /** * BasicToggleButton implementation - *
* * @author Jeff Dinkins */ diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java index f0a88e000ba..1f2aac7e597 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java @@ -39,7 +39,6 @@ import javax.swing.plaf.basic.BasicSeparatorUI; /** * A Basic L&F implementation of ToolBarSeparatorUI. This implementation * is a "combined" view/controller. - *
* * @author Jeff Shapiro */ diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java index 506a8a63b38..b301f200bc9 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java @@ -44,7 +44,6 @@ import sun.swing.UIAction; /** * A Basic L&F implementation of ToolBarUI. This implementation * is a "combined" view/controller. - *
* * @author Georges Saab * @author Jeff Shapiro diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java index d54d470db88..95a951cc6f9 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java @@ -41,7 +41,6 @@ import javax.swing.text.View; /** * Standard tool tip L&F. - *
* * @author Dave Moore */ diff --git a/jdk/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java b/jdk/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java index 66097d8a1e9..208bd8aaab4 100644 --- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java @@ -50,7 +50,6 @@ import sun.swing.UIAction; /** * The basic L&F for a hierarchical data structure. - *
* * @author Scott Violet * @author Shannon Hickey (drag and drop) diff --git a/jdk/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java b/jdk/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java index 3c0979dc38a..c8b75e88ac8 100644 --- a/jdk/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java @@ -37,7 +37,6 @@ import javax.swing.plaf.*; /** * Metal implementation of JInternalFrame. - *
* * @author Steve Wilson */ diff --git a/jdk/src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java b/jdk/src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java index 0bc74bd5c03..882fad9c63e 100644 --- a/jdk/src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java @@ -56,7 +56,6 @@ import javax.swing.plaf.basic.BasicScrollBarUI; /** * Implementation of ScrollBarUI for the Metal Look and Feel - *
* * @author Tom Santos * @author Steve Wilson diff --git a/jdk/src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java b/jdk/src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java index 5f5ea59e54b..6fe5250cc18 100644 --- a/jdk/src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java @@ -50,7 +50,6 @@ import javax.swing.plaf.basic.*; /** * A Metal Look and Feel implementation of ToolBarUI. This implementation * is a "combined" view/controller. - *
* * @author Jeff Shapiro */ diff --git a/jdk/src/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html b/jdk/src/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html index 67048cf1087..22efa38b5eb 100644 --- a/jdk/src/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html +++ b/jdk/src/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html @@ -5,7 +5,7 @@
Key | Value | Preview |
---|---|---|
control |
@@ -86,7 +86,7 @@
Key | Value | Preview | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activeCaption |
diff --git a/jdk/src/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html b/jdk/src/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html
index e4ab4e24030..224e543a1ba 100644
--- a/jdk/src/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html
+++ b/jdk/src/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html
@@ -49,7 +49,7 @@ In addition to the Button properties, ArrowButton supports
the following properties:
Property | Expected Type | @@ -71,7 +71,7 @@ the following properties: to the Button properties, JButton supports the following property:
---|
Property | Expected Type | @@ -94,7 +94,7 @@ button that is receiving focus. addition to the Button properties, JCheckBox supports the following property:
---|
Property | Expected Type | @@ -114,7 +114,7 @@ JCheckBox supports the following property:
---|
Name | Type | @@ -159,9 +159,9 @@ the renderer is a UIResource.
---|
+
Property | Expected Type | @@ -181,7 +181,7 @@ with the keyboard.
---|
Property | Expected Type | @@ -516,7 +516,7 @@ specific to the component and Region.MENU_ITEM_ACCELERATOR. MENU_ITEM_ACCELERATOR is used for painting the accelerator. Both Regions paint text using the TEXT_FOREGROUND ColorType. The following set of properties are supported: -
---|
Property | Expected Type | @@ -570,7 +570,7 @@ this is used.
---|
Property | Expected Type | @@ -599,7 +599,7 @@ components, they are: OptionPane.button, OptionPane.label, OptionPane.comboBox, OptionPane.scrollPane, OptionPane.list, OptionPane.textField, OptionPane.iconLabel.
---|
Property | Expected Type | @@ -713,7 +713,7 @@ it follows the other buttons.
---|
Property | Expected Type | @@ -774,7 +774,7 @@ JRadioButton supports the following property:
---|
Name | Type | @@ -788,9 +788,9 @@ child Components:
---|
+
Property | Expected Type | @@ -844,7 +844,7 @@ will be made equal.
---|
Property | Expected Type | @@ -863,7 +863,7 @@ preferred size will include the Insets.
---|
JToolBar.Separator also supports the following property:
-Property | Expected Type | @@ -896,7 +896,7 @@ invoked.
---|
Property | Expected Type | @@ -920,7 +920,7 @@ invoked. The two buttons will be named: SplitPaneDivider.leftOneTouchButton and SplitPaneDivider.rightOneTouchButton.
---|
Property | Expected Type | @@ -964,7 +964,7 @@ setOneTouchExpandable.
---|
Property | Expected Type | @@ -1133,7 +1133,7 @@ renderer will only succeed if it is a Synth Border.
---|
Property | Expected Type | @@ -1217,7 +1217,7 @@ and binding it to the tree. addition to the Button properties, JToggleButton supports the following property:
---|