< prev index next >
src/java.desktop/share/classes/javax/swing/OverlayLayout.java
Print this page
@@ -44,11 +44,11 @@
* Serialized objects of this class will not be compatible with
* future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans™
- * has been added to the <code>java.beans</code> package.
+ * has been added to the {@code java.beans} package.
* Please see {@link java.beans.XMLEncoder}.
*
* @author Timothy Prinzing
* @since 1.2
*/
@@ -168,14 +168,14 @@
/**
* Returns the maximum dimensions needed to lay out the components
* contained in the specified target container. Recomputes the
* layout if it has been invalidated, and factors in the inset setting
- * returned by <code>getInset</code>.
+ * returned by {@code getInset}.
*
* @param target the component that needs to be laid out
- * @return a <code>Dimension</code> object containing the maximum
+ * @return a {@code Dimension} object containing the maximum
* dimensions
* @see #preferredLayoutSize
*/
public Dimension maximumLayoutSize(Container target) {
checkContainer(target);
< prev index next >