Added new not-finished class for About window.

This commit is contained in:
Deathsbreed 2014-05-27 20:43:58 -05:00
parent f6cfb9c0bc
commit b0360f7308

View 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
}