Sleep program

Hello, Sorry for my english.. I'll try to explain my current problemI have some code snipper, whitch scans directories, but then it runs my rest GUI program sleeps... How can I repair it ? :(Thank you
[229 byte] By [Dummasa] at [2007-11-27 8:36:44]
# 1
Without more information I can only guess.Are you scanning directories on the Event dispatching thread (EDT, aka the GUI thread)?If so, you shouldn't, use SwingWorker for time consuming processing to avoid locking up the EDT.
dwga at 2007-7-12 20:33:46 > top of Java-index,Desktop,Core GUI APIs...
# 2
ql :]Thank you very very much :]]
Dummasa at 2007-7-12 20:33:46 > top of Java-index,Desktop,Core GUI APIs...