posted 23 years ago
Hi all,
I have a JTable, & when the User holds Alt down & clicks on a Cell, I display the entire contents of the Cell to the user in a panel. However, I only want the panel displayed WHILE the user has the alt key pressed.
Currently, I remove the popup in the MouseReleased method. This means that if I want the panel displayed I must hold down the mouse button & the alt key. I want to hold ALT & click once, display the panel & then remove it when the user lets go of the ALT Key.
Any ideas?
D