/[classpath]/classpath/javax/swing/plaf/metal/MetalRootPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalRootPaneUI.java

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:44:01 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.swing.plaf.metal;  package javax.swing.plaf.metal;
40    
41  import javax.swing.JComponent;  import javax.swing.JComponent;
42    import javax.swing.JRootPane;
43  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
44  import javax.swing.plaf.basic.BasicRootPaneUI;  import javax.swing.plaf.basic.BasicRootPaneUI;
45    
46    /**
47     * A UI delegate for the {@link JRootPane} component.  This class is not fully
48     * implemented.
49     *
50     * @since 1.4
51     */
52  public class MetalRootPaneUI  public class MetalRootPaneUI
53    extends BasicRootPaneUI    extends BasicRootPaneUI
54  {  {
# Line 51  public class MetalRootPaneUI Line 58  public class MetalRootPaneUI
58    private static MetalRootPaneUI instance = null;    private static MetalRootPaneUI instance = null;
59    
60    /**    /**
61     * Constructs a new instance of MetalRootPaneUI.     * Constructs a shared instance of <code>MetalRootPaneUI</code>.
62     */     */
63    public MetalRootPaneUI()    public MetalRootPaneUI()
64    {    {
# Line 59  public class MetalRootPaneUI Line 66  public class MetalRootPaneUI
66    }    }
67    
68    /**    /**
69     * Returns an instance of MetalRootPaneUI.     * Returns a shared instance of <code>MetalRootPaneUI</code>.
70     *     *
71     * @param component the component for which we return an UI instance     * @param component the component for which we return an UI instance
72     *     *
73     * @return an instance of MetalRootPaneUI     * @return A shared instance of <code>MetalRootPaneUI</code>.
74     */     */
75    public static ComponentUI createUI(JComponent component)    public static ComponentUI createUI(JComponent component)
76    {    {

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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