jdk/src/share/classes/sun/tools/jconsole/BorderedComponent.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   264      * A subclass of <code>TitledBorder</code> which implements an arbitrary border
   264      * A subclass of <code>TitledBorder</code> which implements an arbitrary border
   265      * with the addition of a JComponent (JLabel, JPanel, etc) in the
   265      * with the addition of a JComponent (JLabel, JPanel, etc) in the
   266      * default position.
   266      * default position.
   267      * <p>
   267      * <p>
   268      * If the border property value is not
   268      * If the border property value is not
   269      * specified in the constuctor or by invoking the appropriate
   269      * specified in the constructor or by invoking the appropriate
   270      * set method, the property value will be defined by the current
   270      * set method, the property value will be defined by the current
   271      * look and feel, using the following property name in the
   271      * look and feel, using the following property name in the
   272      * Defaults Table:
   272      * Defaults Table:
   273      * <ul>
   273      * <ul>
   274      * <li>&quot;TitledBorder.border&quot;
   274      * <li>&quot;TitledBorder.border&quot;