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 3123 - Set a property of a component thru method call (property) of Form object leads to noncompilable code.
Summary: Set a property of a component thru method call (property) of Form object lead...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-04 17:49 UTC by Jan Palka
Modified: 2002-07-19 15:19 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 Jan Palka 1999-08-04 17:49:46 UTC
1) Open a Form
2) Select a component and select some property
3) Open its RADConnectionDialog
4) Bind the property to the Form property (the JList offers to you this item)
5) Look at code and you should see something like this:


.. ( Form.getFont() )

the Form object doesn`t exist and compiler would spit out an error.
Comment 1 Jan Stola 2000-07-27 17:53:59 UTC
Bug assigned to the module owner.