Can a Native App load a JPanel?
Does anyone know how (or if) I can have an application's window (built in c++) load a jPanel as it's only window contents?
In other words, I have a java class file that is a jPanel (with a bunch of other things on it of course) that I want to basically be the gui of a window of a c++ native app. I'd like the jPanel to load and get some parameters passed into it to do it's stuff.
Thanks

