Test commit
This commit is contained in:
parent
7c89dfce88
commit
ff96741619
1026
src/Expo.java
Normal file
1026
src/Expo.java
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,8 @@
|
|||||||
public class Main {
|
import java.applet.Applet;
|
||||||
|
import java.awt.*;
|
||||||
|
|
||||||
|
public class Main extends Applet {
|
||||||
|
public void paint(Graphics g){
|
||||||
|
Expo.fillRectangle(g,1,1,154,15);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user