On Mar 20, 11:18 pm, Mark Space <marksp...@[EMAIL PROTECTED]
> wrote:
> zalek wrote:
> > 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.
>
> You pretty much have to use jButton1. You can change that name too.
> Right click on the component and select "Change variable name".
>
> > Is there any example of building simple application using JavaBeans?
> > Which book do you recommend for learning Javabeans?
>
> This is Swing, not Javabeans. Try to learn Swing. I recommend
> _Learning Java_ by O'Reilly, it's a good introduction to Java, including
> Swing. Once you get a handle on that, Sun's Tutorial becomes easier to
> read and understand.
Mark,
My question was related to Javabeans IDE. In this IDE you build GUI
similar way as in VB or Powerbuilder - you do not use explicitly any
layout manager - IDE is doing this work for you. I created GUI, it is
displayed - my question was how to programaticly change contents of
this GUI.
Zalek


|