DevInd327
DevInd327

Reputation: 31

Adding JFXPanel to JPanel

I need to render a JFXPanel as a component inside JPanel.

My application works on JAVA1.6 only, I wrote code to render JFXPanel in JPanel and I didn't get any error but cant see any visible output.

I tried also by using BorderLayout as center.

I noticed also that in a line creating Scene() after that execution next line not get executed.

Upvotes: 1

Views: 4512

Answers (1)

Related Questions