public class Main { public static void main(String[] args) { Point3D r=new Point3D(); r.print(); MyFrame frame=new MyFrame(); //r.print(); } }