View Full Version : SwingActionAdapter example
afida
Dec 9th, 2004, 09:35 PM
Is there an example of SwingActionAdapter usage?
Amad
oliverhutchison
Dec 9th, 2004, 10:58 PM
The only time I've needed to use SwingActionAdapter is when you have to deal with key binding. Have a look at the folowing 2 methods for examples in the source:
TextComponentPopup:registerAccelerators()
ApplicationDialog:addActionKeyBinding();
Ollie
afida
Dec 10th, 2004, 10:54 AM
I guess I was looking for some thing to use wehre i need to load some data at command execution. I know i can always use invokelater stuff, but i was just wondering if richclient has anything!!
Amad
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.