6684916: jframe.setMaximizedBounds() has no effect in linux

Specification should indicate that the feature may be unsupported on some platforms.

Reviewed-by: art, dcherepanov
This commit is contained in:
Anthony Petrov 2009-10-14 15:46:13 +04:00
parent 7628a59414
commit 99d8a50297

View File

@ -845,8 +845,11 @@ public class Frame extends Window implements MenuContainer {
* others by setting those fields you want to accept from system
* to <code>Integer.MAX_VALUE</code>.
* <p>
* On some systems only the size portion of the bounds is taken
* into account.
* Note, the given maximized bounds are used as a hint for the native
* system, because the underlying platform may not support setting the
* location and/or size of the maximized windows. If that is the case, the
* provided values do not affect the appearance of the frame in the
* maximized state.
*
* @param bounds bounds for the maximized state
* @see #getMaximizedBounds()