8153184: BorderLayout javadoc says current version of JDK is 1.2

Reviewed-by: serb, psadhukhan
This commit is contained in:
Abdul Kolarkunnu 2016-05-25 16:32:37 +05:30 committed by Prasanta Sadhukhan
parent 4cdcbc2939
commit 1715e73667

View File

@ -76,7 +76,7 @@ import java.util.Hashtable;
* orientation is {@code LEFT_TO_RIGHT}, only the
* {@code PAGE_START} will be laid out.
* <p>
* NOTE: Currently (in the Java 2 platform v1.2),
* NOTE: Currently,
* {@code BorderLayout} does not support vertical
* orientations. The {@code isVertical} setting on the container's
* {@code ComponentOrientation} is not respected.