};
TakstolProductionViewHandler takstolProductionViewhandler = new TakstolProductionViewHandler(
takstolProductionApplyList, login, managerRepository,
deviationViewHandlerFactory, showTakstolInfoActionFactory, null);
final TakstolProductionWindow takstolProductionWindow = new TakstolProductionWindow(
login, takstolProductionViewhandler);
takstolProductionWindow.setLogin(login);
JFrame frame = GuiActionRunner.execute(new GuiQuery<JFrame>() {
protected JFrame executeInEDT() {
return (JFrame) takstolProductionWindow.buildMainWindow(
new SystemReadyListener() {
public void systemReady() {
}