AI Engine
What AI Engine do you recommend for my game? Our game is a space shooter from the top view, similar to asteroids. It would need path finding around other ships, astroids... And the ships keep moving...
View ArticleExamples of 2D animation handling
Hi D.I.C. I've been working on this 2d platform game for a while and I have quite a few glitches during my animations. I was wondering if anyone knows of any examples or something I can read that might...
View Articlecant play music file to another computer into my webpage
hi good day programmers, can i ask if how can i play my music file to another network computer, actually i already enable the activex in internet option when i open my create webpage with embed music...
View Articlecant play my music
hi good day programmers, can i ask if how can i play my music file to another network computer, actually i already enable the activex in internet option when i open my create webpage with embed music...
View ArticleCrossword generator
Hi everyone, I want to build a crossword generator but also generates it in such a way that it keeps the number of blank squares below a certain number. This is for a project that I am doing but I am...
View ArticleHardcoding arguments for public static void main (String args[ ])
Hi, First of all apologies for the newbie question I am looking to pass a string argument ("localhost") to main by hardcoding without using the debug config inside my IDE. I want to change the...
View ArticleHelp creating HTML Tables in JAVA
Hi all, I am new to JAVA and my primary lenguage is Spanish, so it may be difficult to explain. I was assigned to do a code that would create HTML tables in which you could see three different tables,...
View ArticleAverage function Error
Hello, I'm trying to make the following function: - it takes a number n (Console.ReadLine) which defines the amount of numbers we want to add. - it asks n times the number we want to add to the list -...
View ArticleDev-C++ (Bloodshed) - Socket Server
I'm having a few difficulties making a socket server via Dev-C++ (Bloodshed). Throughout this page, i'll also include images to support what I'm doing. First off, I was testing out a small application...
View ArticleHelp with gridLayout
public void java(){ JPanel checkPanel = new JPanel(); GridLayout checks = new GridLayout(0,1); checkPanel.setLayout(checks); JPanel buttonPanel = new JPanel(); GridLayout buttons = new...
View ArticleCharting Library / C++ / Preferably Free
Would anyone know of a C++ Chart library which can be compiled as part of a C++ Application. I've already looked at Gnuplot which doesn't quiet fit the bill. Also I've looked at PPlot which...
View ArticleHow to pass JTextField txtSearch between classes
I am try to pass txtSearch as an JTextField object from testUserInterface class to testSearch class. However, I got an error saying java.lang.StackOverflowError at...
View ArticleRecompile with -Xlint:unchecked for details question
I have a java program that creates a window, with a ComboBox in it. This ComboBox is populated by an array that I have also created in the program. My program runs fine in NetBeans 7.2.1, but when I...
View ArticleUsing an IF Statement to check Image in Picture Box
What I want to do is check a picture box. If it is one image, then I want it to do one action. If it is any other image, do a different action. I'm checking for an image located at...
View Articleinvoke javascript in webbrowser
How can I call this javascript in my webbrowser control with vb.net and show the result on text box ? Thanks for you help $(function() { jQuery.liveviewWithTable( { enableCountsTable:false,...
View ArticleStoring Data Locally - Application
Need a push to help me with storing data locally on a downloadable application. Any suggestions would be awesome =)
View ArticleChange display order of PictureBox
A simply question which I cant find anywhere. How do I change the order that picture boxes are displayed in? As in, I have PictureBox1, and then PictureBox2 overlapping it on top. How do I reverse that...
View ArticlePHP output format
hello friends, i have a script that creates this output <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"> </script><script...
View Articleretrieve values from tables having one to many relationship
I am retrieving data from tables with one to many relationship and displaying them inside textboxes.I dont get any error but no data is being displayed in the textboxes.There are two tables...
View ArticleNew to C++ - Arrays and Loops
Hey! I posted earlier in the week showing you guys my first attempt at writing a C++ program (a quiz prep program for my girlfriend - studying for her state-regulated exam in cosmetology). Many of you...
View Article