2013年9月22日

JTable封装

摘要: //用于保存字段信息public class TableTitle { private int with ; private String columnName; private String attributeName; public TableTitle(int with,String columnName,String attributeName){ this.with = with; this.columnName = columnName; this.attributeName = attributeName;... 阅读全文

posted @ 2013-09-22 15:42 定数 阅读(437) 评论(0) 推荐(1)

导航