摘要: package com.guan;import java.awt.BorderLayout;import java.awt.Color;import java.awt.Component;import java.awt.Container;import java.awt.FlowLayout;imp 阅读全文
posted @ 2016-04-21 18:45 坚哥威武 阅读(431) 评论(0) 推荐(0)
摘要: JScrollPanel scrollPane1=new JScrollPanel(); JTextArea jta=new JTextArea(); //添加滚动条 scrollPane1.setViewportView(jta); //让滚动条总是显示 scrollPane1.setVertic 阅读全文
posted @ 2016-04-21 18:44 坚哥威武 阅读(636) 评论(0) 推荐(0)
摘要: JTextArea有一个函数setLineWrap(boolean wrap),当输入到文本框的末尾时就换行。 阅读全文
posted @ 2016-04-21 18:39 坚哥威武 阅读(1975) 评论(0) 推荐(1)