this.setANested(new NestedForm());
Row.set(this.getANested(), 1);
Column.set(this.getANested(), 2);
WindowFrameWeight.set(this.getANested(), Constants.W_NONE);
Parent.set(this.getANested(), this.getqq_outergrid());
this.getANested().setMypets(new Pets());
UserWindow.open(this);
// ----------
// Event Loop
// ----------