I want to add a methd to an instance of dwt.widgets.Text.
void setText(char[] name, char[] text){ name.setText(text);}
there is ' setText(char[] text) ' in the base class
each instance has a name. I cannot get this to work?
the Tango book covers this very weakly