Hi,
I have created dynamic components and added it to a jpanel and then the jpanel to the jform...
Each component has a name as I set lbl.setname("") etc..
each component has a mouselistener
However, Now I need to find components by name and change the text inside them...
However, I can chnage the text of the selected component but how
do i find a component with another name and change the text of that label with mouselistener...