Parse XML to do GUI with SWING
Hi everybody!
I am trying to do a GUI using SWING. All the information to do the GUI is contained in a single XML file and some dtd files. I would like to know if there is a way to do this easily. I mean, I may first read the whole XML file using something (what??) and with all the information kept in some JAVA variables then to build the GUI associating those variables with buttons, panels, etc... Is that possible? Any good suggestion?
Thanks a lot!!
Fran.