comp.lang.java.beans
  Home FAQ Contact Sign in
comp.lang.java.beans only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.java.beans Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  generic headache imitrex migraine imitrex headaches cluster cause does drowsiness imitrex         


Author: bangalorensite
Date: Mar 27, 2008 06:09

Show full article (18.58Kb)
no comments
  gina lollobrigida nude photo angelina jolie original sin clip nude kathy lee gifford nude photo         


Author: hardcarekimages
Date: Mar 24, 2008 07:40

Show full article (22.38Kb)
no comments
  Newbie - basic questions about Javabeans         


Author: zalek
Date: Mar 20, 2008 20:02

Hello,
I decided to write a simple application using Javabeans in NetBeans
IDE 6.0.
I created a frame with few buttons and fields.
I gave a name to all fields and buttons. I switched from Design to
Source and I see code like this:

jButton1 = new javax.swing.JButton();
....
jButton1.setName("b_exit");

The above code cannot be changed.

My questions:
How I should I access object I created - I don't want to use name like
jButton1 - I want to use name I assigned like b_exit.
Is there any example of building simple application using JavaBeans?
Which book do you recommend for learning Javabeans?

Thanks,

Zalek
7 Comments