Dear all,
I would like to change the default Java icon (top left corner) in the main GUI of an ImageJ2 Plugin (Command).
Something like:
this.setIconImage(new ImageIcon(getClass().getResource("/images/mylogo.png")).getImage());
Would that be possible in any way?
Best wishes,
Helmut