J:\
),
should be replaced with J:\<your_username>\
J:\<your_username>\pset0\JavaEyes
.
Next, open up the Windows Explorer from Start Menu > Programs >
Windows NT Explorer, and right-click on
S:\cs101\psets\Intro\Java\JavaEyes.java
. Select the "copy"
option. Now use explorer to go to the directory you just created,
and right-click on this directory. Select the "paste" option.
From this point onward, use this copy of JavaEyes.java, not the
one on the S drive! (This should only actually be relevant when
you have to add JavaEyes.java to the project in the
Setting Up a Project section).
bgColor
should be changed to
DEFAULT_BG_COLOR
. Likewise, all occurences of
fgColor
should be changed to
DEFAULT_FG_COLOR
.
Parameters: -bg White -fg Blue