1
Java / Embed JSFML into SWING
« on: November 08, 2014, 08:06:00 pm »
Hi guys, who know how to embed JSFML "window" into SWING JPanel? If I create class who exdends RenderWindow, then I can't add it into JPanel, because JPanel allow to add only SWING components. Please help how do that?