new UpdateKeySelectionPageUiTest().run();
}
public void run() {
TableCreator factory = new TableCreator(TableCreator.POSTGRES_QUOTES, false);
UpdateKeySelectionPageUi ui = new UpdateKeySelectionPageUi(factory.createOrdersTable());
QuickFrame.show(ui, getClass().getSimpleName());
}