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 connect-four-javafx-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.nathanfallet.connect4
├─ me.nathanfallet.connect4.Connect4Application.class - [JAR]
├─ me.nathanfallet.connect4.Connect4ApplicationKt.class - [JAR]
me.nathanfallet.connect4.views
├─ me.nathanfallet.connect4.views.BoardView.class - [JAR]
me.nathanfallet.connect4.models
├─ me.nathanfallet.connect4.models.ArtificialIntelligence.class - [JAR]
├─ me.nathanfallet.connect4.models.Board.class - [JAR]
├─ me.nathanfallet.connect4.models.Player.class - [JAR]
me.nathanfallet.connect4.controllers
├─ me.nathanfallet.connect4.controllers.MainController.class - [JAR]