Sonntag, 28. Januar 2007

JDialog blocks everything

Problem: 
"When using a JDialog, this Dialog is blocking all other windows. How can I change this behaviour?"

Solution:
Use the JDialog.setModal(boolean) method and set it to false.



Keine Kommentare: