-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
03
-
generic, x86
-
generic, linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2037093 | 1.4.0 | Mike Bronson | P3 | Resolved | Fixed | beta |
JDK-2037092 | 1.3.1 | Mike Bronson | P3 | Resolved | Fixed | ladybird |
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)
======================================================================
- backported by
-
JDK-2037092 Three keys ><* don't appear in Swing components with German keyboard
-
- Resolved
-
-
JDK-2037093 Three keys ><* don't appear in Swing components with German keyboard
-
- Resolved
-
- duplicates
-
JDK-4381329 #4362411 again: JTextComp won't accept some numeric keys on Linux (French keybd)
-
- Closed
-
-
JDK-4387422 Some keys not working in JTextArea for Danish keyboards(JDK 1.3RC1)
-
- Closed
-
-
JDK-4390994 Impossible to type a question mark (?) on Linux (red hat 7.0)
-
- Closed
-
-
JDK-4362411 JTextField does not accept some numeric keys on Linux
-
- Closed
-
-
JDK-4380071 some keys do not work with swing (Linux)
-
- Closed
-
-
JDK-4393876 JTextArea does not add characters for special key-strokes (such as '<' and '>')
-
- Closed
-
- relates to
-
JDK-4389057 merlinb40 Fonts all bold in SwingSet2/not displaying properly on Linux RH: 6.1
-
- Closed
-