1. Java KeyEvents in Linux coderanch.comI'm having a problem with keyevents. I'm getting extraneous keyReleased events when a key is held down using Sun Java 1.3 on Linux. When run on a Windows workstation with Sun JDK, pressing and holding a key (for instance space) prints the following sequence of event: [KEY_PRESSED...] [KEY_TYPED...] [KEY_PRESSED...] [KEY_TYPED...] [KEY_PRESSED...] [KEY_TYPED...] But when run on Red Hat Linux 7.2 with ... |
2. problem with browser Listener in linux coderanch.comHi i am new too swt. i am able to close the opened window after clicking the cancel button in the browser but the same code is not working in linux window is not closing when i clicked cancel button in the browser. could you please tell me how to close the window in linux please find the below code import ... |
3. Keyboard key are not working in solaris and linux. java-forums.org |