/[classpath]/classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java

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

revision 1.22 by rabbit78, Tue Oct 18 22:10:32 2005 UTC revision 1.23 by rabbit78, Tue Nov 8 21:13:39 2005 UTC
# Line 751  public class BasicInternalFrameUI extend Line 751  public class BasicInternalFrameUI extend
751        int y = me.getY();        int y = me.getY();
752    
753        // Find the candidate which should receive this event.        // Find the candidate which should receive this event.
754        Component parent = frame.getContentPane();        Component parent = frame.getLayeredPane();
755        if (parent == null)        if (parent == null)
756          return;          return;
757        Component candidate = null;        Component candidate = null;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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