Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JTextArea行/列与其可以包含的字符之间有什么关系?例如,
JTextArea
JTextArea text = new JTextArea(1,1);
这可以包含多少个字符?
JTextArea 行/列和它可以包含的字符之间的关系是什么?例如,
可以包含多少个字符?
行和列字段与 JTextArea 可以容纳多少个字符无关,仅与它们的显示方式有关。它主要影响文本组件的首选大小。