No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
That error means that you reached the end of file without closing some brackets. You still need the main method bracket and the class bracket. Regards
Hello there. I'm making a simple Pacman game because I'm practicing C# (I've never programmed in C# before), but I ran into a problem. Here is my code: [CODE]void addGhost(object sender, EventArgs ea) { Random random = new Random(); int ghostNum = random.Next(5); // Here I use and enum I've …
Hello, i'm making a web site as a college project, this site features html,php,javascript,ajax,jquery and mysql. I'm almost done with the website... in the website i have a game, the players can create a 'lobby' and others players joins them, so, when a lobby is created an entry in the …
I know i'm a geek when: 1- I use the term "geek" instead of "nerd" 2- When i'm at the super market i want to use CTRL+F to find something, but i cant. 3- I solve my computer/programing problems when i'm in the shower, always worked for me. Greetings
You reached 167 points, so you achieved position 572670 of 1685736 on the ranking list You type 258 characters per minute You have 43 correct words and you have 4 wrong words :( Good for a non-native english speaker
Hello, i'm making a "Bubble Breaker" game in php and i have a problem modifying my dinamically created components...First of all my php code: [CODE] <?php $balls = array( "blue", "green", "lightBlue", "purple", "red", "yellow"); $pos = count($balls)-1; if( isset ($_POST["new"])) { if( is_numeric ($_POST["rows"]) && is_numeric ($_POST["cols"])) { echo …
Hello, i'm here to ask you for some help, i have done several applications/games in different programing languages, most of them without planification. For example,i wrote a five-in-a-row game in C++ with A.I (simple heuristic functions) without making sketchs or things like that, i started programing just to see what …
Just wanna say hello! I'm a student who loves programing, develop simple/complex apps it's my life. I'm not here to ask you to do my homework at all, i'm a dedicated programmer who knows ask for help when is really needed, i like to learn on my own. Althought i'll …
If you are refering to you JFrame components you could use the gridBag layout to show them like a column. For example, i'll set diferent components inside a panel, an then add the panel to JFrame: [CODE]... JPanel panel = new JPanel; panel.setLayout(new GridBagLayout()); menuPanel.setBounds(0,0, 50, 200); GridBagConstraints c = …
The End.
AurosGamma