1 / 1

Exercise: Simplified Tic Tac Toe

Exercise: Simplified Tic Tac Toe. 1. Set JPanel's preferred size to 300 x 300 Use an array of JButtons Build buttons with empty text (i.e. ”” ) in them Set the button ’ s preferred size to 100,100 Change button ’ s font using setFont(new Font( “ Arial ” , 0, 48))

Download Presentation

Exercise: Simplified Tic Tac Toe

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Exercise:SimplifiedTic Tac Toe 1 Set JPanel's preferred size to 300 x 300 Use an array of JButtons Build buttons with empty text (i.e. ””) in them Set the button’s preferred size to 100,100 Change button’s font using setFont(new Font(“Arial”, 0, 48)) User’s button click sets text to “X” Computer chooses first empty button for its “O” (dumb computer;) Computer always allows user to move first (dumb computer;) Ignore end of game (computer is sore loser;)

More Related