JTextArea(Document doc) :創(chuàng)建具有指定文檔的文本區(qū) JTextArea(Document doc,String text,int rows,int columns) :創(chuàng)建具有指定文檔,行數(shù),列數(shù)的文本區(qū) JTextArea(int rows,int columns) :指定行數(shù),列數(shù)的文本區(qū) JTextArea(String text) :指定文本內(nèi)容的文本區(qū) JTextArea(String text,int rows,int columns) :指定...
www.dbjr.com.cn/article/837...htm 2025-6-7