Hello,
i have a client GUI for booking with the following code
If I press the Strg + X Button in the GUI, outside the JTable and the JTextField, I get to the ActionListener. This works for example in JComboBox widgets.
But if i do this in the JTable or the JTextField nothing happens
Can anybody tell me why?
Oliver