1. Using java, how would I read an xml file from a website then put the data from the xml file in a JList? stackoverflow.comHere's the idea of the xml file:
|
2. JList and XML forums.oracle.com |
3. Using XML as datasource of JList forums.oracle.comHi, I new with java and trying to figure out how to create guis with netbeans 5.5. I have dragged and dropped a jlist but I couldn't find out how to put a datasource on it. There were ways to use a database (create a connection then connect to it) but I want to use an xml file as datasource instead ... |