Hi, I am using jdk 1.5.0_12; using 1.6 is not an option for now.
I am using a belgian keyboard and characters based on AltGr cannot be used either in Swing apps. For instance AltGr+2 gives me the character ? (as if I'd type the 2 key without modifier) instead of @ but in the terminal, for example, everything is OK. This problem is independent from the NumLock issue. Kind regards, TD Calum Benson a ?crit : > On Tue, 2007-10-09 at 13:41 +0200, Tonton Dede wrote: > >> Hi, >> >> I have noticed that, when the Num lock is on, cursor keys (down, up >> etc..., end, page up, backspace) are ignored in Swing application (for >> instance Netbeans). >> >> When NumLock is off, everything works ok. >> > > A few similar bugs seem to have been fixed already-- which version of > Java are you using? > http://bugs.sun.com/bugdatabase/search.do?process=1&category=java&bugStatus=&subcategory=&type=&keyword=numlock > > Cheeri, > Calum. > >
