|
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
|