this.taskPane = new JXTaskPane();
this.taskPane.setTitle(BUNDLE_MAIN_FRAME.getString("MainAppFrame.taskPane.title")); //$NON-NLS-1$
this.taskPaneContainer.add(this.taskPane);
this.hprlnkCustomersList = new JXHyperlink();
this.hprlnkCustomersList.addActionListener(new ActionListener() {
public void actionPerformed(final ActionEvent e) {
doHprlnkCustomersListActionPerformed(e);
}
});
this.hprlnkNewCustomer = new JXHyperlink();
this.hprlnkNewCustomer.addActionListener(new ActionListener() {
public void actionPerformed(final ActionEvent e) {
doHprlnkNewCustomerActionPerformed(e);
}
});
this.hprlnkNewCustomer.setText(BUNDLE_MAIN_FRAME.getString("MainAppFrame.hprlnkNewCustomer.text")); //$NON-NLS-1$
this.taskPane.add(this.hprlnkNewCustomer, BorderLayout.NORTH);
this.hprlnkCustomersList.setText(BUNDLE_MAIN_FRAME.getString("MainAppFrame.hprlnkCustomersList.text")); //$NON-NLS-1$
this.taskPane.add(this.hprlnkCustomersList, BorderLayout.NORTH);
this.taskPane_1 = new JXTaskPane();
this.taskPane_1.setTitle(BUNDLE_MAIN_FRAME.getString("MainAppFrame.taskPane_1.title")); //$NON-NLS-1$
this.taskPaneContainer.add(this.taskPane_1);
this.hprlnkNewThoub = new JXHyperlink();
this.hprlnkNewThoub.addActionListener(new ActionListener() {
public void actionPerformed(final ActionEvent e) {
doHprlnkNewThoubActionPerformed(e);
}
});
this.hprlnkNewThoub.setText(BUNDLE_MAIN_FRAME.getString("MainAppFrame.hprlnkNewThoub.text")); //$NON-NLS-1$
this.taskPane_1.add(this.hprlnkNewThoub, BorderLayout.NORTH);
this.hprlnkCustomerThoubs = new JXHyperlink();
this.hprlnkCustomerThoubs.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
doHprlnkCustomerThoubsActionPerformed(e);
}
});