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 90024 - Matisse Editor not populate Name property
Summary: Matisse Editor not populate Name property
Status: RESOLVED DUPLICATE of bug 1289
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-24 16:22 UTC by dyegoleal
Modified: 2007-01-08 09: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 dyegoleal 2006-11-24 16:22:46 UTC
If you put a button on the JPane , and change the VariableName to from
"jButton1" to "myButton" Matisse does not propagate the name to a NAME of
Component..

myButton.getName() returns NULL !!!!
myButton.getName() must return "myButton"

Equals Delphi !!! is very usefull if you need's to container.getComponents() and
need to know "what name of component ?"... today you must set it mannutaly...
Comment 1 Jiri Prox 2006-11-24 17:01:35 UTC
Reassigning to form module
Comment 2 Jan Stola 2007-01-08 09:19:50 UTC

*** This issue has been marked as a duplicate of 1289 ***