|
From: Brian M. <ma...@us...> - 2005-01-03 06:34:14
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11331 Modified Files: installation.php Log Message: fixed output Index: installation.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/installation.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- installation.php 3 Jan 2005 06:32:31 -0000 1.8 +++ installation.php 3 Jan 2005 06:34:04 -0000 1.9 @@ -24,7 +24,10 @@ A window should appear and you should see the following output:<br/><br/> <pre>Found <number> display modes 240, 320, WindowCreationTest -Display created</pre> +Display created +Moving to 100, 100 +Window created +600, 800, Game</pre> </li> <li> Should you wish to place the dll's in some other directory than you're class files (say /native as opposed to /classes) you could do so, by using the java.library.path property. For example:<br/><br/> @@ -83,7 +86,10 @@ A window should appear and you should see the following output:<br/><br/> <pre>Found <number> display modes 240, 320, WindowCreationTest -Display created</pre> +Display created +Moving to 100, 100 +Window created +600, 800, Game</pre> </li> <li> Should you wish to place the files in some other directory than you're class files (say /native as opposed to /classes) you could do so, by using the java.library.path property. For example:<br/><br/> |