|
Advertisement
|
Forum posts by B J:1 page [ 1 ]
Posted in Java Answers Forum, Dec 6, 2005, 2:46 AM
I'm working on a program but I cannot figure out how to do the following commented out lines of text in bold below...can anyone help?public void cutText() { tempText = area.getSelectedText(); // get text highlighted to be cut int lenCut = tempText.length(); // size of cut text String oldText = area.getText(); // get all text int lenAll =...
1 page [ 1 ]
|