Sachin Joshi
Posts: 12
Nickname: aspire
Registered: Jan, 2004
|
|
Re: Key Accelerators
|
Posted: Jan 21, 2004 11:48 PM
|
|
Hi Lynn,
I have a suggestion for your second question of clearing all text fields. As I am giving this suggestion without being aware of the current design of your system, please feel free to comment on it if you feel so. I suggest you to keep a Collection may be ArrayList or any other, to store the objects of all textfields. On click of "clear" button, iterate this collection and clear the data from all objects. Then call the repaint() of your container to see the effect of the change you made.
Bye
|
|