void draw() { for (PcPoint a : PtList) a.draw(); }
void execute() { for (PcPoint a : PtList) { a.run(); } }