I am board of all the same desktop environments, they all look the same. They all have the same flat 2D display. since the release of Vista they have all gone flashy and shiny, that’s great but it is still the same as the old ’95 desktop, it has a menu at the bottom and Read..
If you want to make your JScrollPane return to the top once you have enter some text, try this: myTextArea.setCaretPosition( 0 ) It places the curser back to zero and in turn makes the JScrollPane go back to the top. Worked for me, hope this helps someone.
Okay so after a very long time here is a MMORPG Codename Starquest Update. This only contains some basic images, which have been created useing the IrrLicht engine and varius other applications such as 3D Studios Max, Blender, Earth Sculptor and Photoshop. Below shows the lightmapping test on a room mesh. The lighting was created Read..
A variable is data that is stored in the computers memory. A variable can be a number (Integar, Float) or just one letter or number (Char) or it can be a string of letters or number (String) in some programming languages like Java and C/C++ you need to declare and initialize the variable, this means Read..
This post will have all the information about the Python based RTS that I am about to start to develop with the help of everyone in Nation Pigeon forum. It will be written with python as the main language and then extra modules expected to be used will be PyGame, twisted and possible PyOpenGL. This Read..
I have had a play around with PyGame and this is what I have been able to do. PyGame Mess One these where made by taking bits from the example code, line by line chimp and other PyGame games. erm I created them along time ago so I can’t really remember where I got the Read..
I have decide to start work on a simple RTS game, it will use python and some other modules. I will start work on it once I have finished collage, next week, I hope to have it completed or at least more than half way finished by the start of the collage. The game will Read..
