[Ejtools-cvs] CVS: website/content/libraries/adwt details.xhtml,NONE,1.1 faq.xml,NONE,1.1 index.xhtm
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-18 21:02:24
|
Update of /cvsroot/ejtools/website/content/libraries/adwt In directory usw-pr-cvs1:/tmp/cvs-serv6740/libraries/adwt Added Files: details.xhtml faq.xml index.xhtml Log Message: Initial Import --- NEW FILE: details.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - ADvanced Window Tools</title> </head> <body> <h1>EJTools ADvanced Window Tools : the details</h1> <p>TO DO</p> </body> </html> --- NEW FILE: faq.xml --- <?xml version="1.0" encoding="UTF-8"?> <faqlist title="EJTools FAQ"> <section title="Why ADvanced Window Tools"> <question>What can I do with this library ?</question> <answer> <p>This library allows an easy and a fast developpement of Swing based GUI.</p> </answer> </section> </faqlist> <!-- copy & paste section <section title=""> <question></question> <answer> </answer> </section> --> --- NEW FILE: index.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - ADvanced Window Tools</title> </head> <body> <h1>EJTools ADvanced Window Tools</h1> <p>TO DO</p> </body> </html> |