Open
Description
Apache NetBeans version
Apache NetBeans 22
What happened
- create a swing form
- drop any component (I used CheckBox)
- right click, choose Events . . . . navigate to any event (I used PropertChage .. . propertyChange
bug behavior starts here.
What does happen: the edit tab for the file in question changes to bold (i.e. file changed), but there is no change at all
what should happen: it should creat an event-fired stub, and add the appropriate listener
Language / Project Type / NetBeans Component
Java UI form designer
How to reproduce
- create a swing form
- drop any component (I used CheckBox)
- right click, choose Events . . . . navigate to any event (I used PropertChage .. . propertyChange
bug behavior starts here.
What does happen: the edit tab for the file in question changes to bold (i.e. file changed), but there is no change at all
what should happen: it should creat an event-fired stub, and add the appropriate listener
Did this work correctly in an earlier version?
Apache NetBeans 19
Operating System
MacOS Sonoma 14.5 (23F79)
JDK
21.0.2-zulu
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
occurs every time.
Are you willing to submit a pull request?
No