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 - Avoid rescaling of images when painting welcome screen
Summary: Avoid rescaling of images when painting welcome screen
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on: 110899
Blocks:
  Show dependency tree
 
Reported: 2007-03-22 15:17 UTC by _ rkubacki
Modified: 2007-08-24 11:17 UTC (History)
0 users

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 _ 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