Fields

      09         A   B   C   D   E   F   G   H   I

class Node {

    int x0, y0;     // center of Node
    int w, h;     // width and height
    int r;     // corner radius
    boolean s;     // this node is selected
    String c;     // caption