... I think you may be talking about javadoc: http://www.croftsoft.com/library/code/javadoc/ http://www.croftsoft.com/library/code/javadoc/core/ ... ...
Students: WindowedLoopGovernor is new class which uses windowed averaging to compute the frame rate delay. It replaces SamplerLoopGovernor as the default...
Sorry to bother you again David, but I have two questions. I've been flipping through java books and sites trying to master the art of desginating a...
... How to designate a transparent color varies from image editor to image editor. What image editor are you using? ... Each time your update() method is...
Sadly, all I have here is microsoft paintbrush... Its transparent when I copy and paste it into files in paintbrush, but not when I use it in my program. ... ...
Tania, ... You can also install GIMP on Windows but unfortunately selecting a transparent color is a bit complicated. If you decide to go with GIMP and you...
David, Do you have an example of how to make semi-transparent images? Basically I'm just looking to be able to set the images to less than 100% opacity. From...
... Are these static or dynamic images? If static, you can use an image editor to achieve this effect. Note that semi-transparent images hurt performance on...
... be able to get Paint to use a transparent color by using the ... I dug through the help on MS Paint in Windows XP and found some information on how to make...
David, How do I compare an input string with a hard coded string? For instance: textTyped = ":"; switch ( keyCode ) { default: textTyped = textTyped + (char)...
I've been looking this error up on the internet, trying to find a situation where I might have messed up.... but I just don't know. Here's the msg " [java]...
... [...] ... ImageLib.loadAutomaticImage() is a bit sensitive about when it gets called. I talk about it in my lecture on Advanced Graphics. I think you...
Well, it's got to be something else, because I tried the == before I sent this email and that's what's giving me the problem. It doesn't seem to think the two...
That worked. Thanks. Now, if I only want to compare the 2nd-4th characters of textTyped, how would I do that? I looked at .substring, but that behaves...
I am finally starting to utilize sprites in my game. I've avoided it for a while because of how complicated it seems and how many errors others were having in...
... Load your images from a JAR file instead of the file system. ... Load your images in the init() method instead of the update() method. -- David Wallace...
... It looks like you are passing a null value to the constructor method of IconSprite. -- David Wallace Croft (972) 883-2205 office (214) 731-9284 home...
I'd like to get a transparent cursor working for my game. I attempted to use the setCustomCursor method in the Toolkit, but I got an error. Probably because I...
I am trying to use arrayComponentUpdater and Painter to paint my icons like in ZombieReanimator, only with IconSprites rather than my own class... For some...
David, I'm trying to use a FileReader and FileWriter to log player scores. I tried looking up XML Readers / Writers, but I couldn't find a simplified example....
You can void those last messages, I figured it out. I did want to know, however, if there is something I should be doing to reduce the lag on my game? It seems...
My game is compiling and working fine... Multiapplet is compiling and working fine... but when I try to run multiapplet including my game with it... It gives...