Name: krT82822 Date: 12/04/99
Java Version "1.3beta"
The documentation on setViewSize and JViewPort show a Dimension and
state it specified position and size. Is this correct? There are
not enough parameters to show both...
public void setViewSize(Dimension newSize)
Sets the view coordinates that appear in the upper left hand corner
of the viewport, and the size of the view.
---------------
12/4/99 eval1127@eng -- 1.3 beta docs
setViewSize
public void setViewSize(Dimension newSize)
Sets the view coordinates that appear in the upper left hand corner of the viewport, and the size of the view.
Parameters:
newSize - a Dimension object specifying the size and location of the new view coordinates, or null if
there is no view
--------------
(Review ID: 98638)
======================================================================