public void setParent(MainWindow win) { this.win = win; }
public void setParent(MainWindow par) { this.win = par; }