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

Three keys ><* don't appear in Swing components with German keyboard

    XMLWordPrintable

Details

    • 03
    • generic, x86
    • generic, linux
    • Verified

    Backports

      Description



        Name: rmT116609 Date: 09/18/2000


        Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-b17)
        Java HotSpot(TM) Client VM (build 1.3.0rc1-b17, mixed mode)

        Using SuSE-Linux 7.0 with XFree 3.3.6 and Germany keyboardlayout, the keys '*',
        '<' and '>' don't work with Swing-components, but work with AWT-components.

        Switching to US-layout fixes the problem.

        import javax.swing.*;
         
        public class SwingTest {
          public static void main( String[] args ) {
            JFrame f = new JFrame();
            f.getContentPane().add( new JTextField( 40 ) );
            f.pack();
            f.show();
          }
        }
        (Review ID: 109704)
        ======================================================================


        Attachments

          Issue Links

            Activity

              People

                mbronsonsunw Mike Bronson (Inactive)
                rmandalasunw Ranjith Mandala (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: