Re: a strange problem regarding popup JDialogs/Windows



On 29 Aug 2005 09:35:12 -0700, "ChooChooOnMyHead"
<twocentwhoracle@xxxxxxxxx> wrote or quoted :

>That works fine but
>I'm bumping into a problem where some boards cause any future dialogs
>in my program not to paint.

Is there any common code to your Board Displaying components and your
Dialog components other than Sun's code?

Dialogs are tricky beasts. Have a look at
http://mindprod.com/jgloss/dialog.html

it might give you an idea.

What happens if you make dialogs non-modal.

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.



Relevant Pages

  • Re: I lost something in the dialogs!
    ... >> Underneath the tools there used to be a choice as to paint with pattern ... > dockable dialogs here'). ... Michael Soibelman:~) ...
    (comp.graphics.apps.gimp)
  • Not as simple as it looks
    ... I have a form that opens several modeless dialogs. ... - Put a call to dlg.BringToFrontin main form Paint event handler. ... - In the main for Activate or Paint handlers also call the base class. ...
    (microsoft.public.dotnet.framework.windowsforms)