java.awt.MenuBar: How can I interrupt the user?
I have a dynamic menubar (it can change content while the application is running). If the user is navigating in the Menu-system at the same time as the menu-content is changing, the jvm crashes (windows says that java.exe has performed an illegal operation). Question:
can the program close a Menu while a user is interacting with it? (hopefully avoiding the crash)
audun

