B4J Code Snippet How To Show Sign In/Log In Window Prior to App Start

cklester

Well-Known Member
Licensed User
Now with "Exit-with-Escape" functionality, which shows how to capture a key event (in this case, the Escape key) to close a window.

The relevant code for the Escape key functionality uses the "KEY_PRESSED" event only, which makes this pretty simple.
 
Last edited:
Top