hi lwjgllers' !
i known, that its' called
Lightweight Java Game Library
and not "all-in-one-lib"
...but i have a question for future releases:
will it be possible to see more than one window ?
i like your game lib very much an i plan to create some 3d stuff.
first think made with your lib:
http://object4you.com/erde02/erde02.jnlp...think' you know that.
i like to have more than one view (like "ugly" java3d).
see
http://object4you.de/openSource/java-openGL/java3D/index.htmland click the webstart button, if you've java3d installed.
(page is german only, just look at the picture...)
i'm an older java developer and want to use lwjgl for simulations.
-----------------------------------------------------
suggestions for the only-one-window :
- setUndecorated(true); // window cames "pure", without title....
- setLocation(int x, int y); // !
setUndecorated is used for Frame and Dialog,
and works fine !
with this additional window properties ist is possible
to embedd the window in swing-applications.
..
it think
the main question, how to create more than one window,
cannot be answered so simply.
but what about "window-embedd-support" ?
thank you for answers
and apologize my rusty school english !
greetZ2all,
olaf