Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4114891

Swing: NullPointer Exception on KeyStroke.getKeyStroke (String)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.2.0
    • client-libs
    • x86, sparc
    • solaris_2.5.1, windows_nt



      Name: rm29839 Date: 02/24/98


      The followinging code generated a NullPointerException at test.man(test.java:6)

      I get the error on both JDK 1.1.4 (Solaris 2.5.1) and JDK 1.1.5 (NT)

      import com.sun.java.swing.*;
      class test {
      public static void main (String [] args) {
         KeyStroke ks;
         ks = KeyStroke.getKeyStroke ("H");
         System.out.println ("ks = " + ks.getKeyChar());
      }
      }
      (Review ID: 24918)
      ======================================================================

            sswingtrsunw Swingtraq Swingtraq (Inactive)
            rmandelsunw Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: