Examples of XSimpleAccess


Examples of us.thinkable.framework.frame.XSimpleAccess

      { "Jane", "White", "Speed reading", new Integer(20), new Boolean(true) }, { "Joe", "Brown", "Pool", new Integer(10), new Boolean(false) } };

  public static void main(String s[]) {
    //create the frame
    XDB.init(new File("example.db"));
    XSimpleAccess access = new XSimpleAccess(new File("resources/access.txt"));
    MyFrame frame = new MyFrame("Example", "resources/framework.menu", access);
    tool = new BoringTool(frame, "Boring", "resources/read.menu");
    treeTool = new BoringTree(frame, "Tree", "resources/tree.menu");

    XNode root = new XNode("root");
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.