Is it possible to put a java application into a full screen graphics mode?
I am interested in game programming, but am not sure if java can do it all.
Thanks,
Steve
Dave Glasser - 27 Dec 2003 04:46 GMT
Steven Green <steven.green30@verizon.net> wrote on Sat, 27 Dec 2003
02:13:43 GMT in comp.lang.java.gui:
>Is it possible to put a java application into a full screen graphics mode?
>
>I am interested in game programming, but am not sure if java can do it all.
Check out "Meatfighter" at www.meatfighter.com. It uses fullscreen
graphics, which became available as of Java 1.4. Its source is GPL'ed.

Signature
Check out QueryForm, a free, open source, Java/Swing-based
front end for relational databases.
http://qform.sourceforge.net
Andrew Thompson - 27 Dec 2003 09:26 GMT
> Is it possible to put a java application into a full screen graphics mode?
I am not quite sure I understand you..
For graphics modes, you might best look into
either Java3D or JAI, J3D allows access
to both DirectX and OpenGL libraries,
and JAI is ..related to imaging (dunno if it's
even slightly relevant)
Does that give you some ideas?
--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
hiwa - 27 Dec 2003 09:47 GMT
> Is it possible to put a java application into a full screen graphics mode?
Yes. See J2SE 1.4.x standard documentation from Sun.
X_AWemner_X - 29 Dec 2003 12:51 GMT
> Is it possible to put a java application into a full screen graphics mode?
> I am interested in game programming, but am not sure if java can do it all.
Yes it is.
And see here for Java gaming issues, especially JOGL/LWJGL/XITH3D forums.
http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi
There there is games devnet where you can join as observer for various games
related projects.
https://games.dev.java.net/
such as http://www.mojomonkeycoding.com/ for homepage of jME engine