扫码下载编程狮APP
import javax.swing.JTextArea; public class Main { public static void main(String[] argv) { JTextArea ta = new JTextArea("Initial Text"); int start = 0; int end = 3; ta.replaceRange("new text", start, end); } }
联系方式:
扫描二维码
下载编程狮App
扫码关注 领资料包