Re: Custom Icon on NEWT window tutorial

Posted by Sven Gothel on
URL: https://forum.jogamp.org/Custom-Icon-on-NEWT-window-tutorial-tp4031412p4032819.html

On 08/18/2014 10:44 AM, slajar [via jogamp] wrote:
> Hey Julien,
>
> the icon behaviour of NEWT seems to be pretty awkward. We have our swing based
> application where we integrated newt for fullscreen bug fixes. Whenever we
> launch the NEWT window it changes the icon of the entire application (App on
> Macosx).

Workaround: Set same icon (PNG) w/ NEWT via system properties
  'newt.window.icons' w/ space separated PNG file list,
  see NewtFactory.

AFAIK we have a thread about it here.

> Can I suppress the icon change somewhere?

If required, we need to add this 'feature',
as Julien suggested, pls make a bug report.

Maybe you can use an empty list for above property,
but I have not tried this.

~Sven



signature.asc (828 bytes) Download Attachment