aspose file tools
The moose likes Beginning Java and the fly likes Please assist in continuation of switch statement. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Please assist in continuation of switch statement." Watch "Please assist in continuation of switch statement." New topic
Author

Please assist in continuation of switch statement.

Edward Strife
Greenhorn

Joined: Mar 15, 2012
Posts: 14
So right now once the user has inputted the board size, the program ends. I need to continue with each case of the switch. I am not sure how to do this.



Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 6109
    
    6

It sounds like you want a loop.


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Please assist in continuation of switch statement.
 
Similar Threads
Switch Statement
Using GridLayout as GUI
Creating simple GUI interface for BattleShips
Creating simple GUI interface for BattleShips
Battleships - guys please help me out!