Hi
I was reading the pre-class material of " JavaBeans tutorials"  from the sun
microsystems site . There it is mentioned that we can create the java beans
code automatically
by doing the following (
http://java.sun.com/docs/books/tutorial/javabeans/properties/properties.html
)

   1. Right-click on the Bean Patterns node in the <MyBeanClass> class
   hierarchy.
   2. Select Add|Property from the pop-up menu.
   3. Then enter the property name and select if the setter/getter methods
   should be created automatically

But I could never find such an option with the NetBeans 6.5 version that I
am using. Also in the lab-1021 , we write the code for the bean components
we want to create(like the bean properties , setter/getter methods).
So I would like to know , if in the NetBeans version6.5 , we cannot add
properties in the pop -up window and not bother about writing the code for
those properties.
Do we have to write the code manually.

Thanks
Sharmishta

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to