| Other | Other | Other |
|---|---|---|
| 1.3.0_03 03Fixed | 1.3.1Fixed | 1.4.0Fixed |
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Relates :
|
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)
======================================================================
|