/[classpath]/classpath/java/awt/Frame.java
ViewVC logotype

Diff of /classpath/java/awt/Frame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22.2.5 by gnu_andrew, Thu Apr 28 23:00:12 2005 UTC revision 1.22.2.6 by gnu_andrew, Fri May 20 18:20:54 2005 UTC
# Line 593  public static Frame[] getFrames() Line 593  public static Frame[] getFrames()
593     */     */
594    public void setUndecorated (boolean undecorated)    public void setUndecorated (boolean undecorated)
595    {    {
596      if (!isDisplayable ())      if (isDisplayable ())
597        throw new IllegalComponentStateException ();        throw new IllegalComponentStateException ();
598    
599      this.undecorated = undecorated;      this.undecorated = undecorated;

Legend:
Removed from v.1.22.2.5  
changed lines
  Added in v.1.22.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26