Hi everybod .. as part of my project , i need to call an xml file into an Jeditorpane. I have a button called Load ,when i click on it ,,i need to load the xml file into the JeditorPane...C an any1 plz provide the solution .
Load XML file into a JEditorPane
Collapse
X
-
You know anything about the actionPerformed method?Originally posted by aryan24Hi everybod .. as part of my project , i need to call an xml file into an Jeditorpane. I have a button called Load ,when i click on it ,,i need to load the xml file into the JeditorPane...C an any1 plz provide the solution . -
The main pblm i am facing is loading the xml into the jeditor pane...As part of my project , i have a JeditorPane and a JTextPane one Below the other seperated by a jSplitPane embedded in one of the many panels. .Originally posted by r035198xYou know anything about the actionPerformed method?Comment
-
So, do I understand correctly, that you don't know, how to read the XML File? If so, read about the java.io.FileRea der!Originally posted by aryan24The main pblm i am facing is loading the xml into the jeditor pane...As part of my project , i have a JeditorPane and a JTextPane one Below the other seperated by a jSplitPane embedded in one of the many panels. .Comment
Comment