I have a question about Java GUI Swing. I want to do something
like this, if the user clicks "Help" menu and chooses " About " item,
an "About" frame will jump out. Then the focus can be only set
within the "About " frame until user closes it.
Right now I'm creating a JInternalFrame for the "About" Frame, but
before the "About" frame is closed, the user can still click on other
thing, like menu something, except the "About" frame and set the
focus out of the "About" frame before it is closed.
Thanks a lot for consideration.