/[classpath]/classpath/javax/swing/plaf/InputMapUIResource.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/InputMapUIResource.java

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

revision 1.4 by mark, Sat Jul 2 20:32:50 2005 UTC revision 1.5 by rabbit78, Wed Oct 19 14:20:10 2005 UTC
# Line 49  import javax.swing.InputMap; Line 49  import javax.swing.InputMap;
49   * @author Andrew Selkirk (aselkirk@sympatico.ca)   * @author Andrew Selkirk (aselkirk@sympatico.ca)
50   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
51   */   */
52  public class InputMapUIResource  public class InputMapUIResource extends InputMap implements UIResource
   extends InputMap  
   implements UIResource  
53  {  {
54    /**    /**
55     * Constructs a new <code>InputMapUIResource</code>.     * Constructs a new <code>InputMapUIResource</code>.
56     */     */
57    public InputMapUIResource()    public InputMapUIResource()
58    {    {
59        // Nothing to do here.
60    }    }
61  }  }
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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