/[classpath]/classpath/javax/swing/border/TitledBorder.java
ViewVC logotype

Diff of /classpath/javax/swing/border/TitledBorder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mkoch, Thu Apr 29 07:00:34 2004 UTC revision 1.7 by mark, Thu Jul 8 19:26:25 2004 UTC
# Line 252  public class TitledBorder Line 252  public class TitledBorder
252     * The border underneath the title. If this value is     * The border underneath the title. If this value is
253     * <code>null</code>, the border will be retrieved from the {@link     * <code>null</code>, the border will be retrieved from the {@link
254     * javax.swing.UIManager}&#x2019;s defaults table using the key     * javax.swing.UIManager}&#x2019;s defaults table using the key
255     * <code>&quot;TitledBorder.border&quot;</code>.     * <code>TitledBorder.border</code>.
256     */     */
257    protected Border border;    protected Border border;
258    
# Line 279  public class TitledBorder Line 279  public class TitledBorder
279     * The font for displaying the title text. If this value is     * The font for displaying the title text. If this value is
280     * <code>null</code>, the font will be retrieved from the {@link     * <code>null</code>, the font will be retrieved from the {@link
281     * javax.swing.UIManager}&#x2019;s defaults table using the key     * javax.swing.UIManager}&#x2019;s defaults table using the key
282     * <code>&quot;TitledBorder.font&quot;</code>.     * <code>TitledBorder.font</code>.
283     */     */
284    protected Font titleFont;    protected Font titleFont;
285    
# Line 288  public class TitledBorder Line 288  public class TitledBorder
288     * The color for displaying the title text. If this value is     * The color for displaying the title text. If this value is
289     * <code>null</code>, the color will be retrieved from the {@link     * <code>null</code>, the color will be retrieved from the {@link
290     * javax.swing.UIManager}&#x2019;s defaults table using the key     * javax.swing.UIManager}&#x2019;s defaults table using the key
291     * <code>&quot;TitledBorder.titleColor&quot;</code>.     * <code>TitledBorder.titleColor</code>.
292     */     */
293    protected Color titleColor;    protected Color titleColor;
294    
# Line 717  public class TitledBorder Line 717  public class TitledBorder
717     * Retrieves the border underneath the title. If no border has been     * Retrieves the border underneath the title. If no border has been
718     * set, or if it has been set to<code>null</code>, the current     * set, or if it has been set to<code>null</code>, the current
719     * {@link javax.swing.LookAndFeel} will be asked for a border     * {@link javax.swing.LookAndFeel} will be asked for a border
720     * using the key <code>&quot;TitledBorder.border&quot;</code>.     * using the key <code>TitledBorder.border</code>.
721     *     *
722     * @return a border, or <code>null</code> if the current LookAndFeel     * @return a border, or <code>null</code> if the current LookAndFeel
723     *         does not provide a border for the key     *         does not provide a border for the key
724     *         <code>&quot;TitledBorder.border&quot;</code>.     *         <code>TitledBorder.border</code>.
725     *     *
726     * @see javax.swing.UIManager#getBorder(Object)     * @see javax.swing.UIManager#getBorder(Object)
727     */     */
# Line 766  public class TitledBorder Line 766  public class TitledBorder
766     * Retrieves the font for displaying the title text. If no font has     * Retrieves the font for displaying the title text. If no font has
767     * been set, or if it has been set to<code>null</code>, the current     * been set, or if it has been set to<code>null</code>, the current
768     * {@link javax.swing.LookAndFeel} will be asked for a font     * {@link javax.swing.LookAndFeel} will be asked for a font
769     * using the key <code>&quot;TitledBorder.font&quot;</code>.     * using the key <code>TitledBorder.font</code>.
770     *     *
771     * @return a font, or <code>null</code> if the current LookAndFeel     * @return a font, or <code>null</code> if the current LookAndFeel
772     *         does not provide a font for the key     *         does not provide a font for the key
773     *         <code>&quot;TitledBorder.font&quot;</code>.     *         <code>TitledBorder.font</code>.
774     *     *
775     * @see javax.swing.UIManager#getFont(Object)     * @see javax.swing.UIManager#getFont(Object)
776     */     */
# Line 787  public class TitledBorder Line 787  public class TitledBorder
787     * Retrieves the color for displaying the title text. If no color has     * Retrieves the color for displaying the title text. If no color has
788     * been set, or if it has been set to<code>null</code>, the current     * been set, or if it has been set to<code>null</code>, the current
789     * {@link javax.swing.LookAndFeel} will be asked for a color     * {@link javax.swing.LookAndFeel} will be asked for a color
790     * using the key <code>&quot;TitledBorder.titleColor&quot;</code>.     * using the key <code>TitledBorder.titleColor</code>.
791     *     *
792     * @return a color, or <code>null</code> if the current LookAndFeel     * @return a color, or <code>null</code> if the current LookAndFeel
793     *         does not provide a color for the key     *         does not provide a color for the key
794     *         <code>&quot;TitledBorder.titleColor&quot;</code>.     *         <code>TitledBorder.titleColor</code>.
795     *     *
796     * @see javax.swing.UIManager#getColor(Object)     * @see javax.swing.UIManager#getColor(Object)
797     */     */
# Line 1088  public class TitledBorder Line 1088  public class TitledBorder
1088    
1089    
1090      /**      /**
1091       * The border that constitues the &quot;interior&quot; border       * The border that constitues the interior border
1092       * underneath the title text.       * underneath the title text.
1093       */       */
1094      Border border;      Border border;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26