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 14636 - Thumbnail property for image files
Summary: Thumbnail property for image files
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Image (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-21 16:28 UTC by Jesse Glick
Modified: 2001-08-24 12:26 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (4.62 KB, patch)
2001-08-21 16:28 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-08-21 16:28:11 UTC
Here is a neat little patch that adds a "thumbnail" property to *.gif etc. files
in the IDE which appears directly in the Property Sheet. It is very handy when
you have a directory full of icons with confusing names--you can find the right
one quickly.

The current code probably does not refresh well if images are changed on disk, I
don't know if this really matters.
Comment 1 Jesse Glick 2001-08-21 16:28:42 UTC
Created attachment 2252 [details]
Suggested patch
Comment 2 Peter Zavadsky 2001-08-24 12:26:04 UTC
Applied to [main-trunk]. Next build available.

I just added shrinking of the image to fit inside the sheet.
Thanks for the idea&patch.