* <p>
*/
public void display() {
UserWindow.open(this);
ReusableWinNst childWin = new ReusableWinNst();
Row.set(childWin, 2);
Column.set(childWin, 1);
Parent.set(childWin, this.getqq_gfOuter());
// TODO [1102,Major]: If you are nesting a window, setting size policy on a window must be done after nesting
WidthPolicy.set(childWin, Constants.SP_TO_PARENT);