Tests created

Signed-off-by: officereso <qrs01@snowtx.com>
This commit is contained in:
officereso 2019-05-20 10:53:13 -05:00
parent 45d9e7fded
commit 3136e334bb
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import java.applet.Applet;
import java.awt.*;
public class player extends Applet {
public static void make(Graphics g){
public static void draw(Graphics g, int x1, int y1){
Expo.fillRectangle(g,100,100,125,150);
Expo.fillRectangle(g,105,110,95,120);
}

View File

@ -0,0 +1,5 @@
package project.tests;
public class movementTest {
}