showPopup(e);
}
private void showPopup(MouseEvent e) {
if (e.isPopupTrigger()) {
popup.show(tblParameters, e.getX(), e.getY());
}
}
});
lblTableParameterNote = new JLabel("*Note: Right click on the table to bind an existing service");
lblTableParameterNote.setFont(new Font("Tahoma", Font.ITALIC, 11));