home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / JTextComponent$KeyBinding.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  397 b   |  14 lines

  1. package javax.swing.text;
  2.  
  3. import javax.swing.KeyStroke;
  4.  
  5. public class JTextComponent$KeyBinding {
  6.    public KeyStroke key;
  7.    public String actionName;
  8.  
  9.    public JTextComponent$KeyBinding(KeyStroke var1, String var2) {
  10.       this.key = var1;
  11.       this.actionName = var2;
  12.    }
  13. }
  14.