545556575859606162
public GuiView(SingleFrameApplication app) { super(app); initComponents(); srv = new guiserver.GuiServer(); blmanager = new BusinessLayerManager(this); getRootPane().setDefaultButton(sendButton); }