private JPanel contentPane;
Point2D.Double[] points = new Point2D.Double[60];
Point p = new Point(300,300);
/**
* Launch the application.
*/
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
try {
test10 frame = new test10();
frame.setVisible(true);
Calendar time = new GregorianCalendar();
int hour = time.get(Calendar.HOUR);
int minute = time.get(Calendar.MINUTE);
int second = time.get(Calendar.SECOND);