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 98666

Summary: Avoid rescaling of images when painting welcome screen
Product: ide Reporter: _ rkubacki <rkubacki>
Component: WelcomeAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 110899    
Bug Blocks:    

Description _ rkubacki 2007-03-22 15:17:50 UTC
Top and bottom parts of welcome screen are stripes painted with gradient that is
rescaled from some original image. It should be faster to directly paint the
region with this gradient than do image rescaling.
Comment 1 _ rkubacki 2007-03-22 15:19:47 UTC
The same for ContentPanel insatnces that have similar painting code.
Comment 2 Stanislav Aubrecht 2007-08-24 11:17:33 UTC
fixed, see #110899