/[classpath]/classpath/java/awt/im/spi/InputMethodContext.java
ViewVC logotype

Diff of /classpath/java/awt/im/spi/InputMethodContext.java

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

revision 1.2.2.1 by gnu_andrew, Mon Jan 10 18:25:46 2005 UTC revision 1.2.2.2 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC
# Line 1  Line 1 
1  /* InputMethodContext.java -- communication between an input method and client  /* InputMethodContext.java -- communication between an input method and client
2     Copyright (C) 2002, 2005 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.awt.im.spi;  package java.awt.im.spi;
40    
41  import java.awt.Window;  import java.awt.Window;
42  import java.awt.font.TextHitInfo;  import java.awt.font.TextHitInfo;
43  import java.awt.im.InputMethodRequests;  import java.awt.im.InputMethodRequests;
44  import java.text.AttributedCharacterIterator;  import java.text.AttributedCharacterIterator;
45    
46  import javax.swing.JFrame;  import javax.swing.JFrame;
47    
48  /**  /**

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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