Summary: hi, im trying 2 make a java game where you have to guess 3 numbers(0-9) in order. Iv made up a GUI for the program but i dont know how to actually mak...
Summary: I have seen many examples of how to detect collisions with java but i am finding it difficult to figure out where in the program to put the routines. ...
Summary: import javax.swing.JOptionPane; import java.util.Random; class random2 { public static void main(String[] args) { final int grense = 6; Rando...
Summary: Hey everyone, Im trying to teach myself JAVA from a book but Im getting so confused! I have this task: The following files are available: . Test.java ...
Summary: hi, im trying to find a bit of java code that would randomly choose 3 numbers (0-9) then have the program so that i can enter numbers until the corre...
Summary: I have a problem with a program that generates X numbers of numbers between 1 and 6. X is to be set by an user(Input). The problem is that the result ...
Summary: You create a Random number object, or use the Math.random() method. http://java.sun.com/j2se/1.4.2/docs/api/java/util/Random.html http://java.sun.com/...
Summary: Hi, I'm a beginner so my skill in java is "very weak". I really need help on this program. Please give me some tips so i can begin. Thanks for your t...
Summary: It has been a few years since I've really written anything in Java. Needless to say I've forgotten the basics with the OOP approach of java. I was w...
Summary: I'm trying to create a program to calculate the Fibonacci number of a user given integer. So far I'm having trouble getting the output correct, and I...
Summary: Phase 4 DB: Write an application that uses the GeneralPath to draw a large arrow. Fill your arrow with a randomly generated color. Each time your appl...
Summary: help me am a bit if a nebie. The problem: The first time you click encrypt and decrypt buttons work fine. The second time you use the encrypt and dec...
Summary: Hello, I have to create java program using Array, which my teacher said would be a lot easier. However, I am not sure how to write this, as I am a new...
Summary: Hi All, It was pointed out to me that I forgot to add that I will be giving feedback about this experiment, including what the fastest reaction times ...
Summary: Can anyone help please.... I need examples of java source coding with text explaining what the programme is for.... dont ask... long story. Am in ...
Summary: Hiya i need help for my java assignment i have to implement a car parking system that records which cars are currently parked and only registered cars...
Summary: Hi, I was wondering if there are extensive help files for Java just as there are for C++. Visual Studio has this awesome help with every function and ...
Summary: Yes, this question is regarding an assignment, but I have been killing myself for several days trying to find a solution. The programs is one that we...
Summary: please could any1 help me with this error that i am recieving when i enter this code? any help appriciated. code: public boolean action (Event evt, Ob...
Summary: I have been given an assignment to write a program that prints out a pascal triangle with the intended spacing. It is in Java. I just cannot figure o...
Summary: i'm studying about Java but i can programming on notepad and creating file.java but it's not run,why?and i want use jbuidler 3 for programming but i c...
Summary: Hi "online-experts", I've got stuck at a question which is provided in my exam recently. It was about RMI... The question was: "Java RMI is a safe an...
Summary: JAVA programming language Java SDK 1.4 package used: java.awt problem: I need to check the condition of a checkbox using an IF statement. Here is an e...
Summary: Simulation - A virtual student taking midterm test. A virtual student takes a test that has 8 true/false questions, and the probabilities of his/her a...
Summary: Well guys I’m totally new to java programming and I'm supposed to make a program that asks a person to input student's names and marks(max 30) then ...