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 171445 - Component.cursor property not visible in form editor
Summary: Component.cursor property not visible in form editor
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 23:47 UTC by Jesse Glick
Modified: 2009-09-17 00:24 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 Jesse Glick 2009-09-03 23:47:06 UTC
I have a JButton on which I want to call

  .setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));

but there is no "cursor" property in the Properties window. Why?
Comment 1 Jan Stola 2009-09-04 16:26:20 UTC
sun.beans.infos.ComponentBeanInfo doesn't return "cursor" property. I will implement some workaround. It is surprising 
that nobody has missed this property so far.
Comment 2 Jan Stola 2009-09-04 16:39:51 UTC
Fixed.

Modified files: http://hg.netbeans.org/cdev/rev/1e3417e2dab6
Comment 3 Jesse Glick 2009-09-17 00:24:50 UTC
Is there a JDK bug filed?