diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-17 12:42:46 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-17 12:42:46 +0000 |
| commit | 3d56933f756e60dfacccfb4d5ef0b1f4b33b6d21 (patch) | |
| tree | 79e85efe13a1e8b733e8e4cd5ab1c2f750a9834d /libjava/javax/swing/border | |
| parent | 17519fffdc2e231a2b50e1fd41daa308cc994723 (diff) | |
| download | ppe42-gcc-3d56933f756e60dfacccfb4d5ef0b1f4b33b6d21.tar.gz ppe42-gcc-3d56933f756e60dfacccfb4d5ef0b1f4b33b6d21.zip | |
2004-07-17 Mark Wielaard <mark@klomp.org>
* javax/swing/Box.java: Put FIXME comment above class declaration.
* javax/swing/JButton.java: Remove illegal L&F HTML from comments.
* javax/swing/JCheckBox.java: Likewise.
* javax/swing/JDialog.java: Likewise.
* javax/swing/JRadioButton.java: Likewise.
* javax/swing/JToggleButton.java: Likewise.
* javax/swing/UIManager.java: Likewise.
* javax/swing/border/TitledBorder.java: Likewise.
* javax/swing/plaf/basic/BasicLabelUI.java: Likewise.
* javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise.
* javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise.
* javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise.
* javax/swing/text/JTextComponent.java: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84866 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax/swing/border')
| -rw-r--r-- | libjava/javax/swing/border/TitledBorder.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libjava/javax/swing/border/TitledBorder.java b/libjava/javax/swing/border/TitledBorder.java index 8b9fe2a73be..b257ce1c7ad 100644 --- a/libjava/javax/swing/border/TitledBorder.java +++ b/libjava/javax/swing/border/TitledBorder.java @@ -252,7 +252,7 @@ public class TitledBorder * The border underneath the title. If this value is * <code>null</code>, the border will be retrieved from the {@link * javax.swing.UIManager}’s defaults table using the key - * <code>"TitledBorder.border"</code>. + * <code>TitledBorder.border</code>. */ protected Border border; @@ -279,7 +279,7 @@ public class TitledBorder * The font for displaying the title text. If this value is * <code>null</code>, the font will be retrieved from the {@link * javax.swing.UIManager}’s defaults table using the key - * <code>"TitledBorder.font"</code>. + * <code>TitledBorder.font</code>. */ protected Font titleFont; @@ -288,7 +288,7 @@ public class TitledBorder * The color for displaying the title text. If this value is * <code>null</code>, the color will be retrieved from the {@link * javax.swing.UIManager}’s defaults table using the key - * <code>"TitledBorder.titleColor"</code>. + * <code>TitledBorder.titleColor</code>. */ protected Color titleColor; @@ -717,11 +717,11 @@ public class TitledBorder * Retrieves the border underneath the title. If no border has been * set, or if it has been set to<code>null</code>, the current * {@link javax.swing.LookAndFeel} will be asked for a border - * using the key <code>"TitledBorder.border"</code>. + * using the key <code>TitledBorder.border</code>. * * @return a border, or <code>null</code> if the current LookAndFeel * does not provide a border for the key - * <code>"TitledBorder.border"</code>. + * <code>TitledBorder.border</code>. * * @see javax.swing.UIManager#getBorder(Object) */ @@ -766,11 +766,11 @@ public class TitledBorder * Retrieves the font for displaying the title text. If no font has * been set, or if it has been set to<code>null</code>, the current * {@link javax.swing.LookAndFeel} will be asked for a font - * using the key <code>"TitledBorder.font"</code>. + * using the key <code>TitledBorder.font</code>. * * @return a font, or <code>null</code> if the current LookAndFeel * does not provide a font for the key - * <code>"TitledBorder.font"</code>. + * <code>TitledBorder.font</code>. * * @see javax.swing.UIManager#getFont(Object) */ @@ -787,11 +787,11 @@ public class TitledBorder * Retrieves the color for displaying the title text. If no color has * been set, or if it has been set to<code>null</code>, the current * {@link javax.swing.LookAndFeel} will be asked for a color - * using the key <code>"TitledBorder.titleColor"</code>. + * using the key <code>TitledBorder.titleColor</code>. * * @return a color, or <code>null</code> if the current LookAndFeel * does not provide a color for the key - * <code>"TitledBorder.titleColor"</code>. + * <code>TitledBorder.titleColor</code>. * * @see javax.swing.UIManager#getColor(Object) */ @@ -1088,7 +1088,7 @@ public class TitledBorder /** - * The border that constitues the "interior" border + * The border that constitues the interior border * underneath the title text. */ Border border; |

