Exemplo n.º 1
0
  /** *********************************************** Construct a DataPanel */
  public DataPanel(Application app, StatDialog statDialog) {
    this.app = app;
    this.statDialog = statDialog;
    this.statController = statDialog.getStatDialogController();

    buildDataTable();
    populateDataTable(statController.getDataArray());
    createGUI();
  }