Skip to content

Commit 6ea238c

Browse files
authored
MainFrame is called JavaSketchPad now
1 parent f3c835d commit 6ea238c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</target>
1414

1515
<target name="run" depends="compile" description="Running the program">
16-
<java classname="ui.MainFrame" fork="true" classpath="${build.dir}"/>
16+
<java classname="ui.JavaSketchPad" fork="true" classpath="${build.dir}"/>
1717
</target>
1818

1919
<target name="clean">

0 commit comments

Comments
 (0)