View Single Post
Old Feb 6th, 2008, 1:46 AM   #3
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Re: Putting spaces between formatted text fields

you have lots of repeted code. consider using an array list to hold all the textfileds and making a method that creats all the text fields and adds the action listerns to the text fields. you still have to manual creat each text feildgenTextfeild(new JTextField(""));

why did you did you extend jpanel and not jframe?
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote