Added commandline interface

This commit is contained in:
Vhati 2013-08-30 15:06:09 -04:00
parent 4a091297ed
commit a585047427
13 changed files with 731 additions and 149 deletions

View file

@ -724,7 +724,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
if ( exeFile != null ) {
int response = JOptionPane.showConfirmDialog( ManagerFrame.this, "Do you want to run the game now?", "Ready to Play", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE );
if ( response == JOptionPane.YES_OPTION ) {
log.info( "Launching FTL..." );
log.info( "Running FTL..." );
try {
FTLUtilities.launchGame( exeFile );
} catch ( Exception e ) {