Tagged Questions
1
vote
1answer
143 views
jFileChooser not working when used with task scheduler
I have a program that would send emails with attachments to users. The program should be ran according to the scheduled time, and because of that I use task scheduler to do it for me. I did all ...
1
vote
1answer
381 views
How can I make JFileChooser behave properly with disconnected network drives?
When I create a JFileChooser on a system with a disconnected network drive it takes forever before the JFileChooser gets displayed. It blocks the EDT for about 20s with a single disconnected network ...
-1
votes
3answers
125 views
Swing window doesn't appear after getting input from Console
I have a simple swing window in order to load files.
This appear in the class analyzedLoad, in a function analyzedloads()
JFileChooser fc = new JFileChooser();
JFrame frame = new JFrame();
int ...
7
votes
2answers
375 views
IOException when opening JFileChooser
Ok this one is really weird. Every first time my application opens a JFileChooser it throws a IOException then some icons don't show properly.
java.io.IOException
at ...