tpMain.addTabSheet("Bewerbung", this.getPnJobAssignment());
this.addPnPermissions(tpMain);
}
protected void fillToolbar() {
this.btnPrint = new BtnToolbar("print.png");
this.btnPrint.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
printEmployee();
}