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 4967 - java.awt.Cursor could have a proped.
Summary: java.awt.Cursor could have a proped.
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-14 00:27 UTC by Jesse Glick
Modified: 2005-09-05 09:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 1999-12-14 00:27:01 UTC
See attached message. (Separate S.T. about the exception dialog.)

java.awt.Cursor could be given a proped that provides getAsText/setAsText/getTags with all of the standard cursors (by name) listed in the Cursor class. Custom Java init code would create the cursor a
ccording to the proper type constant. Unrecognized names would generate code looking up the cursor by name, assuming one actually existed with that name.

Especially cool but probably gratuitous would be a customizer pane for the proped which would let you make a custom cursor using Toolkit.createCustomCursor, and the image for that specified by Toolkit
.createImage(URL) (with the URL coming from the classloader and being a resource path as specified in a Repository image chooser).
Comment 1 Jan Chalupa 2001-05-05 22:16:12 UTC
Target milestone -> 3.3
Comment 2 Jan Chalupa 2001-11-27 12:38:01 UTC
Target milestone -> 3.3.1.
Comment 3 Marek Grummich 2002-07-22 09:59:11 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 10:03:40 UTC
Set target milestone to TBD
Comment 5 Tomas Pavek 2005-05-16 18:32:38 UTC
Closing an ancient RFE. This will hardly ever happen.