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 sgf4j-parser-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.toomasr.sgf4j.parser
├─ com.toomasr.sgf4j.parser.Game.class - [JAR]
├─ com.toomasr.sgf4j.parser.GameNode.class - [JAR]
├─ com.toomasr.sgf4j.parser.MoveTimingInfo.class - [JAR]
├─ com.toomasr.sgf4j.parser.Util.class - [JAR]
├─ com.toomasr.sgf4j.parser.VisualDepthHelper.class - [JAR]
com.toomasr.sgf4j.util
├─ com.toomasr.sgf4j.util.FindAndParse.class - [JAR]
├─ com.toomasr.sgf4j.util.FindDuplicates.class - [JAR]
├─ com.toomasr.sgf4j.util.SgfCompare.class - [JAR]
com.toomasr.sgf4j.board
├─ com.toomasr.sgf4j.board.BoardListener.class - [JAR]
├─ com.toomasr.sgf4j.board.Group.class - [JAR]
├─ com.toomasr.sgf4j.board.Square.class - [JAR]
├─ com.toomasr.sgf4j.board.StoneState.class - [JAR]
├─ com.toomasr.sgf4j.board.VirtualBoard.class - [JAR]
com.toomasr.sgf4j
├─ com.toomasr.sgf4j.Parser.class - [JAR]
├─ com.toomasr.sgf4j.Sgf.class - [JAR]
├─ com.toomasr.sgf4j.SgfParseException.class - [JAR]
├─ com.toomasr.sgf4j.SgfProperties.class - [JAR]