View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bb4-tictactoe-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.barrybecker4.game.twoplayer.tictactoe
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToeBoard.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToeCandidateMoves.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToeController.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToePatterns.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToePlayerOptions.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToeSearchable.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.TicTacToeWeights.class - [JAR]
com.barrybecker4.game.twoplayer.tictactoe.ui
├─ com.barrybecker4.game.twoplayer.tictactoe.ui.TicTacToeBoardRenderer.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.ui.TicTacToeBoardViewer.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.ui.TicTacToeNewGameDialog.class - [JAR]
├─ com.barrybecker4.game.twoplayer.tictactoe.ui.TicTacToePanel.class - [JAR]