protected void initialize() {
super.initialize();
getPanelTasks()
.setLayout(new MigLayout("", "[71px]", "[][][][]"));
this.hprlnkEditEmployee = new JXHyperlink();
this.hprlnkEditEmployee.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
doHprlnkEditEmployeeActionPerformed(e);
}
});
this.hprlnkEditEmployee.setText("Edit Employee");
getPanelTasks().add(this.hprlnkEditEmployee, "cell 0 0");
this.hprlnkAttachments = new JXHyperlink();
this.hprlnkAttachments.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
doHprlnkAttachmentsActionPerformed(e);
}
});
this.hprlnkAttachments.setText("Attachments");
getPanelTasks().add(this.hprlnkAttachments, "cell 0 1");
this.hprlnkNotes = new JXHyperlink();
this.hprlnkNotes.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
doHprlnkNotesActionPerformed(e);
}
});
this.hprlnkNotes.setText("Notes");
getPanelTasks().add(this.hprlnkNotes, "cell 0 2");
this.hprlnkPayroll = new JXHyperlink();
this.hprlnkPayroll.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
doHprlnkPayrollActionPerformed(e);
}
});