bobbylight

Results 149 comments of bobbylight

I probably won't work on this myself, but pull requests are welcome.

Thanks, I'll take a look. Also note I probably should add this as a built-in feature, at least the mouse wheel changing the font size, along with it firing an...

Is a multiplier, as you show, sufficient? Allowing the setting of an absolute value seems wrong, since the user may set it too small for the current font(s).

Hi @sikelerd, currently RSTA and friends are compiled with Java 8. Is there any reason you build RSTA from source rather than pulling it from Maven Central? As for a...

@juwalter, if you provide specific requirements, I can see what I can come up with. I don't have a lot of time for this project anymore but I do want...

There have been (still are, probably?) other issues with embedding RSTA in JavaFX apps. I agree with @omegaui and don't think embedding custom-rendered Swing components in JavaFX is fully baked....

Thanks for this, I'll take a look.

Can you provide a small example application that demonstrates this behavior?

This seems to be related to the layout of your content pane. This fixes it: ``` java JPanel panel = new JPanel(new BorderLayout()); ``` Alternatively, keep the default content pane...

You're right, we should work if JTextArea works. I'll reopen.