... January, I believe. Publishers often give members of GameJUG special discounts: http://www.gamejug.org/benefits/ -- David Wallace Croft, President,...
Advanced Java Game Programming mailing list members: I am splitting this mailing list into two halves, one for author announcements only and the other for...
Ted Shab, ... You should be able to download from a link on this page: http://www.croftsoft.com/library/books/ajgp/ ... Thanks! -- David Wallace Croft,...
I was looking at this book and was interested in buying it, but I have a question first. In our java class we are using something called BreezySwing. It is...
levimak: ... While there are a couple of previously published Java game programming books that do introduce Swing, my book assumes that you are already ...
GameJUG Discussion List Members: Jake2 is an Open Source port of Quake II from C++ to the Java programming language. I was able to install it on my computer...
Dear David Wallace Croft, I have compiled the first example of the book "Advance JAVA Game programming" but unfortunately unable to run that example could you...
Junaid Ahmed, ... If you are using Ant and the provided build.xml file, you should be able to compile and run the Chapter 1 example using the target "basics",...
Junaid Ahmed, ... What is Pfe? ... This might help: http://ant.apache.org/manual/install.html#installing http://ant.apache.org/manual/running.html#commandline ...
Sorry for abbreviation Pfe mean programmer's file editor Junaid Ahmed __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than...
I downloaded the code then tried to compile. I first noticed that the j2ee.jar needed to be in the build path so I added that, but then I saw a lot of...
Darrin, ... This should help: http://croftsoft.com/library/books/ajgp/ Also, Chapter 1 should give you what you need. If it doesn't, let me know and I'll post...
I have the book, but I must not be understanding something. You mention that you use J to map to your croftsoft, and that under it you house the ext directory...
I checked the jc.bat file and noticed that there isn't anything in it to build the lib directory, so that doesn't do it. I installed and ran Ant against the...
Darrin, ... The java_cup stuff is extraneous. You can safely ignore unless you are really curious. ===== David Wallace Croft / (214) 636-3790 mobile / (214)...
I'm trying to compile the code that I downloaded and I get these errors: E:\croftsoft\src\com\croftsoft\ajgp\http\ScoreServlet.java:5: package javax.servlet...
... Search in an appserver subdirectory for a JAR file called j2ee.jar and add it to your classpath. ===== David Wallace Croft / (214) 636-3790 mobile / (214)...
That fixed that problem and I was hoping it would fix the following, but it didn't: E:\croftsoft\src\com\croftsoft\apps\compiler\Calc.java:5: package ...
Amarden, ... You don't need to compile that stuff. I recommend that you use the Ant build. It will compile just what you need. ===== David Wallace Croft /...
... I was asked to post my question here. Later, rereading the chapter helped me understand it a little more, so i sent another one: me and my bad habit... ...
In page 93, it writes that the coalescing of the painting events uses a rectangular area covering all the pixels of the areas requested to be repainted,...
... I think that if I ever wrote a second edition of my book "Advanced Java Game Programming", I would recommend to readers that they just repaint the entire...
Hi David, I have made a study of your book and thank you for it. I do have this question: Has the architecture you presented to us been overcome by events?...
First, i cant find the article of Jeffrey Kesselman anywhere on the web. I would appreciate it if you could somehow point me to the rigth direction. Next, a...
... I am headed out on travel but I wanted to answer this question quickly. I will try to answer the question from the other reader sometime later this...
... Any name of those new MVC Java game libraries out there (that have copied the basic idea and over the years either simplified the execution or even...