Re: Handling private jtextfields




The maker of the other class should have provided a method for you to
change the text field.  If they did not, then there may be a reason.
Like, you aren't supposed to change it. Or, they are incompetent.



Well, I believe I can add this method myself after all, but what if I
had 10 textfields, would it be right to create 10 methods, or maybe 20
(gets AND sets for each textfield) ? What is the right way to do it ?
Any good place with guidelines for this stuff ?
.