Duplicate :
|
Name: apR10100 Date: 02/05/2002 ------- JDK1.4 spec public void setState(int state) ... For compatibility with old programs this method still accepts Frame.NORMAL and Frame.ICONIFIED ... ------------------ Behaviour of this method is unspecified if 'state' parameter is neither Frame.NORMAL no Frame.ICONIFIED ======================================================================
|