Hey daniweb Community! I need help opening up new GUI window by using abstract actions. For example if I hit CTRL + C, i want to open a new window while i already have another window open. Please help! Thanks
1) for new window use JDialog / JWindow rather than a JFram e
2) for key shortcut use KeyBindinds rether than KeyListener