< prev index next >
src/java.desktop/share/classes/javax/swing/text/html/FrameView.java
Print this page
*** 428,439 ****
/**
* Determines the minimum span for this view along an
* axis.
*
! * @param axis may be either <code>View.X_AXIS</code> or
! * <code>View.Y_AXIS</code>
* @return the preferred span; given that we do not
* support resizing of frames, the minimum span returned
* is the same as the preferred span
*
*/
--- 428,439 ----
/**
* Determines the minimum span for this view along an
* axis.
*
! * @param axis may be either {@code View.X_AXIS} or
! * {@code View.Y_AXIS}
* @return the preferred span; given that we do not
* support resizing of frames, the minimum span returned
* is the same as the preferred span
*
*/
*** 443,454 ****
/**
* Determines the maximum span for this view along an
* axis.
*
! * @param axis may be either <code>View.X_AXIS</code> or
! * <code>View.Y_AXIS</code>
* @return the preferred span; given that we do not
* support resizing of frames, the maximum span returned
* is the same as the preferred span
*
*/
--- 443,454 ----
/**
* Determines the maximum span for this view along an
* axis.
*
! * @param axis may be either {@code View.X_AXIS} or
! * {@code View.Y_AXIS}
* @return the preferred span; given that we do not
* support resizing of frames, the maximum span returned
* is the same as the preferred span
*
*/
< prev index next >