semicolon
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
db188a76b1
commit
1d8781b404
@ -9,7 +9,7 @@ public class RabiClone {
|
|||||||
public static final String PROGRAM_NAME="Sig's Java Project Template";
|
public static final String PROGRAM_NAME="Sig's Java Project Template";
|
||||||
|
|
||||||
public static int UPCOUNT=0;
|
public static int UPCOUNT=0;
|
||||||
public static Panel p
|
public static Panel p;
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
JFrame f = new JFrame(PROGRAM_NAME);
|
JFrame f = new JFrame(PROGRAM_NAME);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user