Exemplo n.º 1
0
 public ControlPointFrame() throws IOException {
   setSize(480, 600);
   addList();
   setVisible(true);
   ControlPoint controlPoint = new ControlPoint(this, this);
   controlPoint.start();
   controlPoint.search();
 }