Matt

Results 239 comments of Matt

Yes, I haven't drafted out how I want this to look in the config UI yet. Because it should have options for all the supported decompilers, but also not totally...

The problem with that approach is its rather unintuitive for newer users. I'd like something that's accessible to people less familiar with the tech behind the scenes. For example, the...

😂 yeah, thats exactly why that is bound that way

I get that, in my opinion the only things that really would be worth translating would be the tooltips since they explain what things are.

Translations that aren't present in a language file default back to the English values. If you really wanted, you could have a translation file that only translates one item. That...

Using `com.github.hazendaz.jmockit:jmockit:1.49.2` as a base I was able to get things running on Java 17 for usage at work. Opened a PR in case anyone wants to build off of...

Reproducible demo: ```java import lwjgui.scene.Scene; import lwjgui.scene.Window; import lwjgui.scene.control.Button; import lwjgui.scene.control.ScrollPane; import lwjgui.scene.layout.BorderPane; import lwjgui.scene.layout.StackPane; import lwjgui.scene.layout.VBox; public class Bug extends LWJGUIApplication { public static final int WIDTH = 300;...

No rush. If JadeFX is the successor I'll happily switch to it once its more complete. For now I have some workarounds.

I assume the project is being downgraded to 6 so that it can be used directly in a 6 classpath?