Re: [UFO-devel] Re: modal filedialog - waiting for a decision
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2006-04-12 09:58:54
|
Am Mittwoch, 12. April 2006 11:09 schrieb Thomas Franken: > Hi, > thank you for your answer. Together with the command > rootpane->setModalWidget(..) your solution works fine. If your frame is already visible, you have to call that, too. Probably this should be done automatically ... > But I think, as long as the application is single threaded the program > flow cannot be hold on. > So I will look for another solution. OTOH, you can run the event dispatching and repainting in every other method and return from that method as soon as your desired event was captured. I think this is the Java way (at least in 1.2). > If everything works I will send a message. So if you are interested, it > could be integrated into the library. Thanks. Regards, Johannes |