Sunteți pe pagina 1din 2

import java.io.

File;

import java.util.List;

/**

* @author lucie

*/

public class PointDistributionReader

public List<Integer> read(){

List<Point> list = new List<Point>();

File file = new File("points.txt");

try{

Scanner input = new Scanner(file);

String text = input.nextLine();

input.close();

}catch (FileNotFoundException ex){

System.out.printf("File not found",ex);

return List<Point>;
}

S-ar putea să vă placă și