/**
* display<p>
* <p>
*/
public void display() {
Outline o = new Outline();
// TODO [1102,Major]: If you are nesting a window, setting size policy on a window must be done after nesting
WidthPolicy.set(o, Constants.SP_TO_PARENT);
// TODO [1102,Major]: If you are nesting a window, setting size policy on a window must be done after nesting
HeightPolicy.set(o, Constants.SP_TO_PARENT);
Parent.set(o, this.getqq_secondTab());