Changes between Initial Version and Version 1 of Ticket #16842, comment 3


Ignore:
Timestamp:
2018-10-14T20:58:10+02:00 (6 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16842, comment 3

    initial v1  
    11You should use the new API that takes care of correct sizes by adding this to your `AbstractAction` constructor:
    22{{{
     3#!java
    34new ImageProvider("undo").getResource().attachImageIcon(this);
    45}}}