public PaidView create(boolean printButton) {
return paidView;
}
};
final PaidWindow paidWindow = new PaidWindow(paidViewFactory);
paidWindow.setLogin(login);
JFrame frame = GuiActionRunner.execute(new GuiQuery<JFrame>() {
protected JFrame executeInEDT() {
return (JFrame) paidWindow.buildMainWindow(
new SystemReadyListener() {
public void systemReady() {
}