Re: Future of GLJPanel with J2D interop ?
Posted by Sven Gothel on Apr 20, 2011; 1:08pm
URL: https://forum.jogamp.org/Future-of-GLJPanel-with-J2D-interop-tp2838422p2842663.html
On Tuesday, April 19, 2011 01:52:00 pm rachotilko [via jogamp] wrote:
>
> I have been developing a Swing-based JOGL application and I am utilizing some
> J2D drawing. Is this contellation a future-proof choice ?
As long Swing/J2D is available, it should available,
at least in it's AWT subset, as it is now.
> Will GLJPanel be
> part of JOGL in the foreseeable future (2-3 years) ?
Why not ?
Little footprint, mostly common reused code.
> And will JOGL/J2D
> interop be still possible ?
That is a good Q, indeed.
Does it *still* work with curren JOGL ?
I haven't tested it much, besides the junit test of GLJPanel,
which doesn't test the J2D interop based on external GL context etc (AFAIK).
For all who this is important to .. pls help to make sure it works.
You can discuss it here, tune the GLJPanel tests .. offer patches etc.
> I could have done things differently, but I
> admit I like it this way.
For me and my folks, GLJPanel and J2D has the lowest priority indeed.
However, your contribution is very welcome.
Cheers, Sven