294295296297298299300
public static PWindow getCurrentWindow() { return get().getWindow(); } public void close() { Txn.get().getTxnContext().save(new Close()); }