272829303132333435
public ThesisAE() { mainPanel = new VerticalPanel(); inputPanel = new InputPanel(this); equationPanel = new EquationPanel(); graphPanel = new GraphPanel(inputPanel); rootPanel = RootPanel.get(); }