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...Can any1 plz provide the solution .
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...Can any1 plz provide the solution .
You know anything about the actionPerformed method?
You know anything about the actionPerformed method?
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. .
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. .
So, do I understand correctly, that you don't know, how to read the XML File? If so, read about the java.io.FileReader!