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 jfxoo-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.tnlx.jfxoo
├─ io.github.tnlx.jfxoo.JFXoo.class - [JAR]
├─ io.github.tnlx.jfxoo.JFXooCreator.class - [JAR]
├─ io.github.tnlx.jfxoo.JFXooForm.class - [JAR]
├─ io.github.tnlx.jfxoo.JFXooFormSnackBar.class - [JAR]
├─ io.github.tnlx.jfxoo.JFXooTable.class - [JAR]
io.github.tnlx.jfxoo.annotation
├─ io.github.tnlx.jfxoo.annotation.JFXooForm.class - [JAR]
├─ io.github.tnlx.jfxoo.annotation.JFXooTable.class - [JAR]
├─ io.github.tnlx.jfxoo.annotation.JFXooVar.class - [JAR]
├─ io.github.tnlx.jfxoo.annotation.JFXooVarType.class - [JAR]
io.github.tnlx.jfxoo.processor
├─ io.github.tnlx.jfxoo.processor.CLSName.class - [JAR]
├─ io.github.tnlx.jfxoo.processor.CreatorGnrt.class - [JAR]
├─ io.github.tnlx.jfxoo.processor.FormGnrt.class - [JAR]
├─ io.github.tnlx.jfxoo.processor.Helper.class - [JAR]
├─ io.github.tnlx.jfxoo.processor.JFXooProc.class - [JAR]
├─ io.github.tnlx.jfxoo.processor.TableGnrt.class - [JAR]