摘要:
1、aTextControlTheInput是A文本框的KeyListener时间,aTextField是A文本框,bTextField是B文本框 public class aTextControlTheInput extends KeyAdapter { public void keyTyped( 阅读全文
摘要:
package test2; public class Test { public static void main(String[] args) { Test t = new Test(); t.show(new Car(){ //这是内部类的使用 public void run(){ Syste 阅读全文
摘要:
1、重写一个单元格渲染类 public class CheckBoxRenderer extends JCheckBox implements TableCellRenderer { private static final long serialVersionUID = 1L; Border bo 阅读全文