ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
167 stars 35 forks source link

Fix FontTtf.java to be executed directly within Eclipse IDE #230

Closed eastWillow closed 1 year ago

eastWillow commented 1 year ago

I directly executed the builder in the Eclipse IDE. I want the add the Button, and I Encounter this issue

Pconti31 commented 1 year ago

Oops, I see what you are doing now. I just got a new PC and don't have my development set up yet. I'm also moving to IntelliJ Idea for my IDE so it will be a few days before I can test this out. Eclipse has been a nightmare for me lately complaining about flatlaf when ever I try and build using eclipse.

Pconti31 commented 1 year ago

Ok, I got the builder to run and debug correctly using Intellij IDEA community edition and tested your change. It works fine. The linux version or any version needing true type fonts would fail without your change. Thanks for the help!