From: David T. <db...@me...> - 2006-02-01 07:27:21
|
On Tue, Jan 31, 2006 at 10:47:12PM -0800, John Carlson wrote: > I see there's a wxJava project. Is development moving there, or is it > soley targetting Windows? (I presume you're referring to wxjava.sf.net, formerly on steveperkins.net) wxJava predates wx4j, but wx4j was written with SWIG instead of generating all the java/C++ bridge code by hand. This makes it much easier to update to new versions of the wxWidgets library and generate bindings for the full class library. Unfortunately, the original project the wx4j team was working on was shelved, so it's not maintained. It hasn't been tested with wxWidgets 2.6 at all, and we still don't have 100% completion on the classes. Regarding wxJava, you'll have to take that up with the maintainer. That's another project and we're not affiliated in any way. From my vantage point it doesn't appear that wxJava has moved since before wx4j was created, so it looks like your options aren't good. |