64656667686970
private ApplicationController controller; /** Creates new form ViewFrame2 */ public ViewFrame2() { initComponents(); controller = new ApplicationController(this); }
59606162636465
private ApplicationController controller; /** Creates new form ViewFrame2 */ public ViewFrame2() { initComponents(); controller = new ApplicationController(this,this); }