sources68 the directory containing the programming examples, source code and programming guide online
import org.jdom.Document; import org.jdom.Element; public class MainClass { public static void main(String args[]) { Document doc = new Document(new Element("games")); } }
No comments:
Post a Comment