Rendering Swing components on top of Skiko #658
Answered
by
chrispytoes
chrispytoes
asked this question in
General
-
I'm using Skiko for a game, and I was wondering if it's possible to render swing some other UI framework on top of the Skiko canvas to use as my game UI. I'm somewhat new to Java but I noticed they both render into a |
Beta Was this translation helpful? Give feedback.
Answered by
chrispytoes
Feb 5, 2023
Replies: 1 comment
-
Figured it out! I just added a transparent |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrispytoes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out! I just added a transparent
JPanel
to the content pane to put my UI on.