This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174183

Summary: Support for silent notifications
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: Window SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, jrechtacek
Priority: P1 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed patch
Add-on change to simplify and unify slowness and exception notification

Description Jaroslav Tulach 2009-10-09 08:02:59 UTC
The slowness detector would benefit from having an option to show a notification in less intrusive way. Just display 
its icon and leave it for user's attention, but unless the user is really interested, don't bother him with balloon 
info.
Comment 1 Jaroslav Tulach 2009-10-09 08:22:48 UTC
Created attachment 89161 [details]
Proposed patch
Comment 2 Jaroslav Tulach 2009-10-13 15:26:06 UTC
Created attachment 89372 [details]
Add-on change to simplify and unify slowness and exception notification
Comment 3 Jaroslav Tulach 2009-10-15 08:11:54 UTC
I guess it is OK to integrate this change.
Comment 4 Jaroslav Tulach 2009-10-15 11:44:09 UTC
core-main#e185f876016d
Comment 5 Quality Engineering 2009-10-16 10:16:18 UTC
Integrated into 'main-golden', will be available in build *200910160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e185f876016d
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #174183: NotificationDisplayer.Priority.SILENT and unification of exception and slowness reports