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 19476 - New splashscreen for IDE updater needed
Summary: New splashscreen for IDE updater needed
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-16 13:04 UTC by akemr
Modified: 2007-05-21 09:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akemr 2002-01-16 13:04:49 UTC
1. There is new splashscreen gif for NB updater 
  (created by Bruce Lee), which should be integrated into NB 3.3.1. 

2. Because there is also new FFJ version of this splashscreen,
  (which hinterto doesn't exist) I should also remove branding 
  hack from org.netbeans.updater.UpdaterFrame.java
-        if ( ModuleUpdater.getBranding() == null )
-            // NetBeans branding
-            jLabel3.setIcon(new javax.swing.ImageIcon(getClass().getResource("/
org/netbeans/updater/resources/updatersplash.gif")));

+        jLabel3.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/
netbeans/updater/resources/updatersplash.gif")));

Fixed in trunk.

Diff:
http://www.netbeans.org/source/browse/autoupdate/libsrc/org/netbeans/updater/UpdaterFrame.java.diff?r1=1.15&r2=1.16
Comment 1 Jan Chalupa 2002-01-16 13:50:40 UTC
Approved by QA.

BTW, if fixed in trunk, the status should be RESOLVED FIXED.
Comment 2 akemr 2002-01-16 14:01:34 UTC
I forgot to mark it fixed..
Comment 3 _ ttran 2002-01-16 15:37:17 UTC
the diff looks fine to me.  
Comment 4 eadams 2002-01-16 17:19:13 UTC
Approved.
Comment 5 iformanek 2002-01-16 17:23:00 UTC
Approved
Comment 6 akemr 2002-01-17 07:50:14 UTC
Integrated in release33
Comment 7 Lukas Hasik 2002-01-21 13:19:49 UTC
RC2 [200201210331]

verified
Comment 8 Quality Engineering 2003-06-30 13:51:39 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.