Bug 1165

Summary: Trailing bar icon
Product: [JogAmp] Newt Reporter: Johann Sorel <sorel.johann>
Component: coreAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description Johann Sorel 2015-06-13 14:07:50 CEST
Application can be visible in the desktop bar for normal frames,
or not visible at all like dialogs, error messages.

Other types are like notifiers or background apps show up in the trailing/notification/indicator bar.

The approach I suggest is to have something like :
setSystemIntegration(VisualIntegration) on GLWindow

VisualIntegration would be an enum with values :
- DEFAULT (normal frame visible in desktop bar)
- NONE (dialogs type)
- NOTIFY (notifier type)
If one type is not supported by the system then the DEFAULT type is used.

This task is linked to : 
https://jogamp.org/bugzilla/show_bug.cgi?id=940