Package net.sf.fysix.object

Examples of net.sf.fysix.object.ShapeHandler.saveShapes()


//          }
//        }
      }
      //FileDialog fd = new FileDialog(new Frame(), "Save selected shapes");
      //sh.saveShapes(new File(fd.getFile()));
      sh.saveShapes(new File("config\\level.xml"));
    }
  }
 
  private void loadMap()
  {
View Full Code Here


        //          }
        //        }
      }
      //FileDialog fd = new FileDialog(new Frame(), "Save selected shapes");
      //sh.saveShapes(new File(fd.getFile()));
      sh.saveShapes(new File("config\\level.xml"));
    }
  }

  private void loadMap()
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.