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 drawbox-desktop-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.markyav.drawbox.box
├─ io.github.markyav.drawbox.box.DrawBoxBackgroundKt.class - [JAR]
├─ io.github.markyav.drawbox.box.DrawBoxCanvasKt.class - [JAR]
├─ io.github.markyav.drawbox.box.DrawBoxKt.class - [JAR]
io.github.markyav.drawbox.model
├─ io.github.markyav.drawbox.model.PathWrapper.class - [JAR]
io.github.markyav.drawbox.util
├─ io.github.markyav.drawbox.util.DerivedStateFlow.class - [JAR]
├─ io.github.markyav.drawbox.util.StateFlowUtilKt.class - [JAR]
├─ io.github.markyav.drawbox.util.UtilKt.class - [JAR]
io.github.markyav.drawbox.controller
├─ io.github.markyav.drawbox.controller.DrawBoxBackground.class - [JAR]
├─ io.github.markyav.drawbox.controller.DrawBoxConnectionState.class - [JAR]
├─ io.github.markyav.drawbox.controller.DrawBoxSubscription.class - [JAR]
├─ io.github.markyav.drawbox.controller.DrawController.class - [JAR]
├─ io.github.markyav.drawbox.controller.OpenedImage.class - [JAR]