Bug 1165 - Trailing bar icon
Summary: Trailing bar icon
Status: UNCONFIRMED
Alias: None
Product: Newt
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-06-13 14:07 CEST by Johann Sorel
Modified: 2015-06-13 14:07 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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