class Field { int w,h; Field(int w, int h) { this.w = w; this.h = h; } }