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

Summary: Set a property of a component thru method call (property) of Form object leads to noncompilable code.
Product: guibuilder Reporter: Jan Palka <janpalka>
Component: CodeAssignee: _ ttran <ttran>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.