I have a Java applet that basically downloads a file and draws a progress bar across the screen showing how much of the file is downloaded. I'm getting the following exception, but I don't understand where it's coming from. Can anybody help me? Thanks.
Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentE
xception: Invalid remove
at javax.swing.JTextArea.repl
aceRange(U
nknown Source)
at com.sun.deploy.util.Consol
eWindow$25
.run(Unkno
wn Source)
at java.awt.event.InvocationE
vent.dispa
tch(Unknow
n Source)
at java.awt.EventQueue.dispat
chEvent(Un
known Source)
at java.awt.EventDispatchThre
ad.pumpOne
EventForFi
lter(Unkno
wn Source)
at java.awt.EventDispatchThre
ad.pumpEve
ntsForFilt
er(Unknown
Source)
at java.awt.EventDispatchThre
ad.pumpEve
ntsForHier
archy(Unkn
own Source)
at java.awt.EventDispatchThre
ad.pumpEve
nts(Unknow
n Source)
at java.awt.EventDispatchThre
ad.pumpEve
nts(Unknow
n Source)
at java.awt.EventDispatchThre
ad.run(Unk
nown Source)
Start Free Trial