/[classpath]/classpath/javax/swing/JLayeredPane.java
ViewVC logotype

Diff of /classpath/javax/swing/JLayeredPane.java

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

revision 1.13.2.9 by gnu_andrew, Wed Nov 2 00:43:46 2005 UTC revision 1.13.2.10 by tromey, Sat Nov 26 05:29:42 2005 UTC
# Line 472  public class JLayeredPane extends JCompo Line 472  public class JLayeredPane extends JCompo
472     * Return a hashtable mapping child components of this container to     * Return a hashtable mapping child components of this container to
473     * Integer objects representing the component's layer assignments.     * Integer objects representing the component's layer assignments.
474     */     */
475    protected Hashtable getComponentToLayer()    protected Hashtable<Component, Integer> getComponentToLayer()
476    {    {
477      return componentToLayer;      return componentToLayer;
478    }    }

Legend:
Removed from v.1.13.2.9  
changed lines
  Added in v.1.13.2.10

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