示例#1
0
 public HexEditor(int i) {
   hexField = new HexField(0, i);
   hexField.addActionListener(this);
 }