1. Java Full Screen Program (Swing) -Tab/ALT F4 stackoverflow.comI need a way to stop people using other programs while my Java program is running. I.E Stopping people switch tabs and pressing alt f4... Thanks :) |
2. Remove the possibility of using Alt-F4 and Alt-TAB in Java GUI stackoverflow.comPossible Duplicate:I've got a full screen frame running and I wish to emulate a Kiosk environment. To do ... |
3. Alt + Tab, Ctl + Esc coderanch.comIn my full screen application, How do i stop user to doing Alt Tab or Ctl Esc to toggle the application. I have tried consuming these events but alas. As b4 applcation recognize these key typed event, Windows OS recognize them. Anybody does have any idea to overcome this situation. Please Help |
4. Frame's setIconImage() - optimum image size for title bar & Alt+Tabbing? coderanch.comI've been playing around with a few image sizes for my Frame's icon. The frame title bar icon in IE and Mozilla seems to take up 20x20 pixels of space, and I have ended up making my image (a gif) 20x20 also. If I make my image any larger, it gets distorted as it is shrunk to fit into the title ... |
5. Alt-Tab with SWT.ON_TOP coderanch.comHi I'm running my SWT application on a Ubuntu machine. Problem if my application is implemented with SWT.ON_TOP, it does not appear when I do the Alt-Tab on my keyboard. I want the behaviour of SWT.ON_TOP and my application will auto-hide after certain interval thus I need the Alt-Tab to bring it back. Any advise? |