Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: shortcut key to javax.swing.ProgressMonitor
|
Posted: Nov 7, 2003 12:12 PM
|
|
It's been a while since I fooled with the ProgressMonitor (or Swing for that matter), but doesn't it have a cancel button? I think it should likewise support the the keyboard default for cancel, so pressing the Esc key should have the effect of clicking the button, unless Swing flaunts that particular standard. Outside of that, if you need special handling of a particular key, you might just create your own little progress display frame, then you could add whatever special handling you need.
|
|