question about swing
Posted: Sun Oct 03, 2004 10:35 pm
Hello,
For my homework, I'm supposed to convert a Java applet to swing. Ive downloaded the BreezySwing and TerminalIO files - and copied these .jar files to lib/ext. I then set my path to java.sun's suggestion.
Im getting the compile error message:
My question is...what am I missing, or failing to do? Also, does TextPad recognize these I/O packages?
(I've done a search for swing, and looked at some posts...none of them seemed to address this issue.)
Thanks.
For my homework, I'm supposed to convert a Java applet to swing. Ive downloaded the BreezySwing and TerminalIO files - and copied these .jar files to lib/ext. I then set my path to java.sun's suggestion.
Im getting the compile error message:
Code: Select all
C:\TextPad for Java OOD\Ch3\Robotz.java:6: ';' expected
import java.awt.*;
^
1 error
Tool completed with exit code 1(I've done a search for swing, and looked at some posts...none of them seemed to address this issue.)
Thanks.