|
-
Jul 18th, 2005, 07:13 PM
#1
Thread Starter
Frenzied Member
-
Jul 18th, 2005, 09:16 PM
#2
Dazed Member
Re: KeyStrokes, InputMaps, KeyListeners and KeyEvents weird problem
Works fine for me. Up and down arrows scroll the months. Left and right arrows scroll the days. When you compile use the -Xlint switch because you have some old stuff in your .java files.
-
Jul 18th, 2005, 10:27 PM
#3
Thread Starter
Frenzied Member
Re: KeyStrokes, InputMaps, KeyListeners and KeyEvents weird problem
It works fine now because I didn't uncomment the code that will add some KeyStroke events on the Frames contentpane inputmap. but If I uncomment it.. the arrow keys and enter key won't work. 
Did you uncomment the call to setupKeyStrokes()?
and what is a -Xlint switch for?
-
Jul 18th, 2005, 10:34 PM
#4
Dazed Member
Re: KeyStrokes, InputMaps, KeyListeners and KeyEvents weird problem
No i didn't uncomment any lines of code. I looked through some of the files but didn't notice any lines commented out. If you compile the files you will asked to recompile with that switch. It just gives you information on methods that are no longer in use and other stuff.
-
Jul 19th, 2005, 09:09 PM
#5
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|