Added new not-finished class for About window.
This commit is contained in:
parent
f6cfb9c0bc
commit
b0360f7308
15
src/spaceshipsim/Window.java
Normal file
15
src/spaceshipsim/Window.java
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
package spaceshipsim;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
import java.awt.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Nicolás A. Ortega
|
||||||
|
* @copyright Nicolás A. Ortega
|
||||||
|
* @license GNU GPLv3
|
||||||
|
* @year 2014
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class Window {
|
||||||
|
public
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user