Forum: Java Mar 2nd, 2008 |
| Replies: 5 Views: 1,390 Thank You for all your help |
Forum: Java Mar 1st, 2008 |
| Replies: 2 Views: 456 package jetman;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.*;
//import java.util.Arrays.sort();
public class scoreList { |
Forum: Java Mar 1st, 2008 |
| Replies: 5 Views: 1,390 Sorry about this i have writen this code is this correct and how do i add a sort so only the top 5 scores are displayed
The code
/*
* highscore.java
*
* Created on 29 February 2008, 19:54... |
Forum: Java Feb 29th, 2008 |
| Replies: 5 Views: 1,390 I Would like to create a High Score For a Game in jave Called Jetman. i have created a class in java called Score and Score list to display the score but i do not know how to create a highscore using... |