| Author |
reading data from Jtextfield on jpanel on jframe
|
Vilpesh Mistry
Ranch Hand
Joined: May 27, 2003
Posts: 60
|
|
hi i am not able to read from a jTextfield which is on a jpanel object and this jpanel object is added on the jframe. jtextfield is static in the class iam trying to read the jtextfield in the ActionListener if i remove the jtextfield from jpanel and add the jtextfield on the jframe i can get the data entered in jtextfield. please help thxs
|
Thanks.
|
 |
Nigel Browne
Ranch Hand
Joined: May 15, 2001
Posts: 673
|
|
|
Please post your code
|
 |
Vilpesh Mistry
Ranch Hand
Joined: May 27, 2003
Posts: 60
|
|
thanks Nigel for the prompt response,as it made me to go through the code and i found that the line that adds the panel containing the JTextField on the Container(JFrame) was not present in my code. i added the panel on the Container and code worked. thanks
|
 |
 |
|
|
subject: reading data from Jtextfield on jpanel on jframe
|
|
|