Results 1 to 5 of 5
Thread: turning off key-repeat
- 08-24-2010, 05:07 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 86
- Rep Power
- 0
-
I think that this is controlled by the OS and not by Java. If I'm correct, then no, there's no way to change this behavior in Java.
- 08-24-2010, 06:02 PM #3
Senior Member
- Join Date
- Jul 2010
- Posts
- 124
- Rep Power
- 0
If this is a GUI, you can right up a key listener. Inside this listener, if the System.getCurrentTimeMillis() between two keytypes is less then 100ms, you can set the JComponent to disabled.
- 08-25-2010, 03:14 AM #4
Member
- Join Date
- Jun 2010
- Posts
- 86
- Rep Power
- 0
- 08-25-2010, 02:58 PM #5
Similar Threads
-
Turning a Bug around.
By Nightshadow_t2 in forum New To JavaReplies: 3Last Post: 02-17-2010, 08:03 AM -
Turning an image to binary
By morghul in forum New To JavaReplies: 3Last Post: 01-17-2010, 07:47 PM -
Help with a repeat
By leeavital in forum New To JavaReplies: 1Last Post: 01-01-2010, 09:42 PM -
Turning numbers into asterisks.
By BugginVT in forum New To JavaReplies: 7Last Post: 02-25-2009, 07:38 AM -
nested <ui:repeat> - problem
By hackerofcrackers in forum JavaServer Faces (JSF)Replies: 0Last Post: 06-20-2008, 10:06 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks