Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6637204
Votes 0
Synopsis TrayIcon.displayMessage fails to show icon twice
Category java:classes_awt
Reported Against
Release Fixed 7(b27)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 04-DEC-2007
Description
The problem appears when I run any Java application with tray icon (for example, reg test java/awt/TrayIconTest).

Just press the displayMessage button, the balloon will be shown. The balloon contans an icon if the message type is specified. Close the balloon (just press by mouse on it). Press on the displayMessage button again, a balloon will be shown but the balloon doesn't contain an icon even if the message type is specified.

This is reproducible on jdk7 b19, linux.
Posted Date : 2007-12-04 14:15:38.0
Work Around
N/A
Evaluation
Only XToolkit has the defect. Balloon, tooltip windows as a part of TrayIcon feature is implemented using AWT Window. The bounds of the icon canvas is changed to correct values before the icon is painted. The icon canvas should be validated to finalize its layout.
Posted Date : 2008-01-17 09:55:04.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang