xYLayout1.setWidth(389);
xYLayout1.setHeight(228);
tabsetPanel1.setLabels(new String[] {"TabSheet1", "TabSheet2", "TabSheet3"});
ok.setLabel("OK");
ok.addActionListener(new TabbedPages_ok_actionAdapter(this));
cancel.setLabel("Cancel");
cancel.addActionListener(new TabbedPages_cancel_actionAdapter(this));
this.setLayout(xYLayout1);
this.add(tabsetPanel1, new XYConstraints(10, 5, 367, 178));
this.add(ok, new XYConstraints(79, 188, 97, 31));
this.add(cancel, new XYConstraints(192, 188, 97, 31));