GavlProductionAction gavlProductionAction = new GavlProductionAction(
menuBarBuilder, gavlProductionWindow);
productionMenu.setGavlProductionAction(gavlProductionAction);
menuBarBuilder.setProductionMenu(productionMenu);
ProTransMain proTransMain = GuiActionRunner
.execute(new GuiQuery<ProTransMain>() {
protected ProTransMain executeInEDT() {
ProTransMain proTransMain = new ProTransMain(
menuBarBuilder, login);
proTransMain.buildFrame();
return proTransMain;
}
});
frameFixture = new FrameFixture(proTransMain);