Thank You. I also do not know if this is the only way, but it certainly works.
DaveB ________________________________ From: Eneida Alexander <[email protected]> To: [email protected] Sent: Friday, August 14, 2009 11:16:00 AM Subject: Re: [java programming] Bean Patterns Node There may be more than one way to do this. Following is how I got it to work. 1. Open the [MyBean.java] file. 2. In the editor window, select inside the class. Right-click and choose Insert Code. 3. Select Add Property. 4. In the Add Property dialog box set: Name: title Type: String Select “private” bullet. 5. Press OK. 6. Build the Project. --- On Thu, 8/13/09, DaveB <[email protected]> wrote: >From: DaveB <[email protected]> >Subject: [java programming] Bean Patterns Node >To: "Java Sang Shin Class" <[email protected]> >Date: Thursday, August 13, 2009, 9:09 AM > > >All: >I am probably not looking in the right place, but I cannot find a "Beans >Pattern Node" using NetBeans IDE 6.5.1. > >In the JavaBeans lesson, going through the sun tutorial, there is an example >"Adding a Title Property". The instructions say: > > 1. Right-click on the Bean Patterns node in the MyBean class hierarchy. > 2. Select Add|Property from the pop-up menu. > 3. Fill out the New Property Pattern form as shown in the following > figure and click OK. Can someone help me find where the Bean Patterns node is > located? I have been completely unsuccessful in trying to locate it. > >Thx, >DaveB > > > >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
