i wanna create a game in java(net beans)...please help me out with code part.....my game is all about player guessing the number which is randomly picked by the program....firstly the main concept is 1.There will be 9 boxes appearing on the screen with numbers from 1 to 9 assigned to them randomly. 2.All the boxes will be hiding the numbers which are assigned to them. But one of the box will show its number. 3.Now its time for the player to select any one of the box except the box which is showing its number. 4.When the player picks up his desired box and clicks on it, two buttons gets highlightened on the screen named UP or DIP. 5.Now the player should think logically and guess whether the number in the box which the player has picked is just more or less than the number which is already shown. 6.If the player has guessed it correctly then the player will be awarded +50 points else -50 points. 7.In the same manner the player continues to play the whole game until there are no more boxes hiding their numbers. please i want help about the code