ProductionOverviewViewHandler productionOverviewViewHandler = new ProductionOverviewViewHandler(
vismaFileCreator, orderViewHandlerFactory, login,
managerRepository, deviationViewHandlerFactory,
showTakstolInfoActionFactory, null, null, null,
setProductionUnitFactory, null, null);
final ProductionOverviewWindow productionOverviewWindow = new ProductionOverviewWindow(
productionOverviewViewHandler);
productionOverviewWindow.setLogin(login);
JFrame frame = GuiActionRunner.execute(new GuiQuery<JFrame>() {
protected JFrame executeInEDT() {
return (JFrame) productionOverviewWindow.buildMainWindow(
new SystemReadyListener() {
public void systemReady() {
}