Re: [Bojangles-devel] dom4j help
Status: Alpha
Brought to you by:
nehresma
From: Nathan E. <neh...@cs...> - 2002-08-22 22:33:11
|
sure. i suggest that first we decide what kind of stuff will go into the prefs and maybe the structure of the document. did you have any particular settings in mind you would like retained between bojangles sessions? as far as the actual mojo to create an instance of org.dom4j.Document, this should do the trick: Document doc = DocumentHelper.createDocument(); that'll create an empty document to which elements can be added and queried. did you get my previous email about the PictureButton class? nre |