B
bruce
Is it possible to a method that "Looks" like an method supplied from a
Java Library?
For example, I know there is a method to get text
(txtName.setText("Joe").
What I would like to do is write a method,
txtName.setMyMethod(argument). I know I can write
private void setMyMethod(argument) but I was "wondering" if I could do
it the other way.
Just a curiosity question...
Thanks..
Bruce
Java Library?
For example, I know there is a method to get text
(txtName.setText("Joe").
What I would like to do is write a method,
txtName.setMyMethod(argument). I know I can write
private void setMyMethod(argument) but I was "wondering" if I could do
it the other way.
Just a curiosity question...
Thanks..
Bruce