I would like to use the method
void insert(String str, int pos)
not on an JTextArea object, but
on a JTextField object... like
myTextField.insert(text, position);
Or is it better to use like a one line JTextArea or something?
how do I solve this?