hello everyone, i have to submit an assignment urgently. this experiment is about voronoi cells, program will take "input.txt" from command line and output to a JFrame, we shouldn't use applet class but swing. any help would be so much appreciated...
here is a sample input.txt
obviously, these are the coordinates of points. jframe must be 800x600, output will consist of just points and partitionary lines, thanks for your help..
here is a sample input.txt
Code:
69, 45 500, 300 152, 85 115, 455
Comment