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 choco-gui-3.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.chocosolver.gui
├─ org.chocosolver.gui.GUI.class - [JAR]
org.chocosolver.gui.panels
├─ org.chocosolver.gui.panels.APanel.class - [JAR]
├─ org.chocosolver.gui.panels.BinaryTreePanel.class - [JAR]
├─ org.chocosolver.gui.panels.ColorVariablesPanel.class - [JAR]
├─ org.chocosolver.gui.panels.DepthPanel.class - [JAR]
├─ org.chocosolver.gui.panels.FreeVarsPanel.class - [JAR]
├─ org.chocosolver.gui.panels.LeftRightBranchPanel.class - [JAR]
├─ org.chocosolver.gui.panels.ObjectivePanel.class - [JAR]
├─ org.chocosolver.gui.panels.Parameters.class - [JAR]