Swing

Hi!

I´m trying to show a modal swing component (JDialog) using a JavaAgent. I want Notes to wait for that dialog but when calling JDialog I got the hourglass causes Notes client not to update the the window and it will eventually go completely blank. I´v also tried to let the thread wait but with the same result as setting swing to modal or letting it run from invokeAndWait(). Is there a way to do this?

/gb