Issue #2795 - removed test code.
Former-commit-id:28fe1e99e2
[formerly 0e1db42a04b15b8815d59db272b4b2f7b3e79fb9] Former-commit-id:f94bcc4d3f
This commit is contained in:
parent
c0d495d9c3
commit
708de93fc4
1 changed files with 0 additions and 10 deletions
|
@ -542,16 +542,6 @@ public class NotificationDlg extends CaveSWTDialog implements ITableChange,
|
|||
"com.raytheon.uf.viz.datadelivery", "icons/dd_new.png");
|
||||
trayImg2 = id.createImage();
|
||||
|
||||
/*
|
||||
* Check if the images are null.
|
||||
*/
|
||||
if (trayImg1 == null) {
|
||||
System.out.println("*** Tray image 1 is null...");
|
||||
} else {
|
||||
System.out
|
||||
.println("*** Tray image 1 is not null and should have an image...");
|
||||
}
|
||||
|
||||
tray = display.getSystemTray();
|
||||
|
||||
createTray();
|
||||
|
|
Loading…
Add table
Reference in a new issue