jdk/src/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java
changeset 3104 cce457efb5d8
parent 1290 da8902cd496c
child 3345 e095f8b1c3e8
equal deleted inserted replaced
3103:6c55d4ab4ebe 3104:cce457efb5d8
     1 /*
     1 /*
     2  * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
   681                         Cursor.DEFAULT_CURSOR));
   681                         Cursor.DEFAULT_CURSOR));
   682                     glassPane.setVisible(false);
   682                     glassPane.setVisible(false);
   683                 }
   683                 }
   684                 getDesktopManager().endResizingFrame(frame);
   684                 getDesktopManager().endResizingFrame(frame);
   685                 resizing = false;
   685                 resizing = false;
       
   686                 updateFrameCursor();
   686             }
   687             }
   687             _x = 0;
   688             _x = 0;
   688             _y = 0;
   689             _y = 0;
   689             __x = 0;
   690             __x = 0;
   690             __y = 0;
   691             __y = 0;