Actions
Bug #3526
closedShould allow rectangle associated with vectorized image to be edited when clicked on
Start date:
10/13/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3526
Description
After adding a vectorized image to the image pane, it's not possible to go back and edit the rectangle associated with the image.
In order to facilitate this, most like ImagePane should be changed to descend from JList rather than JPanel. Otherwise it will be more difficult than it should be to identify which element is selected.
Updated by Ryan McFall over 15 years ago
Still important, but probably can't be done by target date for alpha 3
Updated by Ryan McFall over 15 years ago
This is now possible. ImagePane is still a JPanel, but has many JList like features. Moving to JList was explored, but due to some strange behavior (likely bugs) of custom cell renderers in JLists, ImagePane just implements some list like features itself.
Actions