Ticket #651 (closed defect: fixed)
Opened 2011-06-30T10:58:05-05:00
Last modified 2012-05-18T12:24:51-05:00
Remove dependence upon AWT class KeyEvent
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Event Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
In a few places (ShadowsDemo, PanTool?, more?) we rely on checking a keyboard event's key code against KeyEvent codes. KeyEvent is an AWT class. Enumerate our keyboard events in our own class so that we can process them without depending upon AWT.
Change History
comment:1 Changed 2011-07-29T13:56:17-05:00 by bdezonia
- Milestone changed from biweekly-2011: Jul-18 to Jul-29 to imagej-2.0-beta2
comment:2 Changed 2011-11-06T22:24:40-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Fixed a while ago in 5abb5cb831ab4233aaaae4e30f85893249860246.
comment:3 Changed 2012-05-18T12:24:51-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta2