Changes between Initial Version and Version 1 of Ticket #16842, comment 3
- Timestamp:
- 2018-10-14T20:58:10+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16842, comment 3
initial v1 1 1 You should use the new API that takes care of correct sizes by adding this to your `AbstractAction` constructor: 2 2 {{{ 3 #!java 3 4 new ImageProvider("undo").getResource().attachImageIcon(this); 4 5 }}}