Compare commits
3 Commits
b32b8d71e7
...
e959b774f2
Author | SHA1 | Date |
---|---|---|
|
e959b774f2 | |
|
5745383276 | |
|
247be8b6f6 |
|
@ -101,7 +101,7 @@ public class JuegoAscii extends JPanel {
|
|||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
JFrame frame = new JFrame("ASCII Car Game");
|
||||
JFrame frame = new JFrame("Juego Ascii");
|
||||
JuegoAscii game = new JuegoAscii();
|
||||
frame.add(game);
|
||||
frame.pack();
|
||||
|
@ -109,3 +109,5 @@ public class JuegoAscii extends JPanel {
|
|||
frame.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
//Comentarios de prueba
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
com\mycompany\juegoascii\JuegoAscii$1.class
|
||||
com\mycompany\juegoascii\JuegoAscii.class
|
|
@ -0,0 +1 @@
|
|||
C:\Users\stivm\OneDrive\Documentos\NetBeansProjects\JuegoAscii\src\main\java\com\mycompany\juegoascii\JuegoAscii.java
|
Loading…
Reference in New Issue