-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using JFXPanel with seesaw #223
Comments
This is fork of seesaw that supports JFXPanel: https://github.com/ertugrulcetin/seesaw (def fxpanel (seesaw.core/jfxpanel)) |
@nyrell here: |
Thank you! I will look into it later on. Was there big changes needed to add the support for JFXPanel or just some minor tweak that could be added to standard seesaw too? |
@nyrell Minor tweak actually: ertugrulcetin@636d425 |
Sounds good, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use a JFXPanel together with Seesaw.
Since javafx.embed.swing.JFXPanel extends javax.swing.JComponent I tried to do this:
which gives the following error:
The documentation about "Integrating Custom Widgets" says that objects that are of sub-classes of JComponent can be used with config! etc. (https://github.com/daveray/seesaw/wiki/Widgets)
Shouldn't this work or what am I doing wrong?
I'm using clojure 1.10 and seesaw 1.5.0.
The text was updated successfully, but these errors were encountered: