Package com.monkygames.wo.io

Examples of com.monkygames.wo.io.AvatarLoader


  rootPanel.add(northPanel,"dock north");
  rootPanel.add(southPanel,"dock south");

  // setup avatars and health
  healthLoader = new HealthLoader("health.db");
  avatarLoader = new AvatarLoader("avatars.db");
  loadAvatars();
  // setup file chooser
  chooser = new JFileChooser();
  FileNameExtensionFilter filter = new FileNameExtensionFilter("XML","xml");
  chooser.setFileFilter(filter);
View Full Code Here

TOP

Related Classes of com.monkygames.wo.io.AvatarLoader

Copyright © 2018 www.massapicom. 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.