public class ExampleFrame_06 extends JFrame{ private DefaultTableModel tableModel; private JTable table ; private JTextField aTextField; private JText... ...
分类:
其他好文 时间:
2019-04-09 12:40:46
阅读次数:
166
最近用swing写了一个简单的聊天界面,但是页面上的JScrollPane一直移动在最上面,下面是解决怎么让JScrollPane移动到最后一行的几种方法:1.利用JTextArea的selectAll();方法在添加信息之后强制将光标移动到最后一行。据说是Aviva中采用的方式。2.使用JText...
分类:
Windows程序 时间:
2015-08-02 14:52:41
阅读次数:
1528
轻量级的HTML模板报表方法,已在自己的项目中使用,虽然功能还比较简单,但屡试不爽,欢迎使用,并提供宝贵意见!...
分类:
Web程序 时间:
2015-07-14 15:38:54
阅读次数:
147
using System;using System.ComponentModel;using System.Web.UI;using System.Web.UI.WebControls;namespace Voucher{ [DefaultProperty("jText")] [Tool...
分类:
其他好文 时间:
2015-06-30 17:49:26
阅读次数:
110
SimpleAttributeSet set = new SimpleAttributeSet(); Document doc = tp.getStyledDocument(); FontMetrics fm = tp.getFontMetrics(tp.getFont());//得到JText.....
分类:
移动开发 时间:
2014-09-24 01:45:05
阅读次数:
303