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


Ignore:
Timestamp:
2020-12-13T00:07:57+01:00 (5 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19327, comment 3

    initial v1  
    1818    protected final void setIcon(ImageProvider icon) {
    1919Sould reset the icon if called with icon==null or if resource not found
     20}}}
    2021
     22And we should get rid of the true/false constructor, too.
    2123
    22 
    23 }}}
     24setHelpId() is inconsistent wit the no-args constructor there. And you can call installAdapters() yourself instead of using the constructor parameter.