Does anyone know of a simple way of converting an XmlDataDocument to a string. I have tried looking in the .NET framework documentation, but to no avail.
Thanks
I've managed now to get around this by adding components to the container in methods other than actionPerformed() (i.e., by calling other methods from within this method). Indeed, this seems to be what was causing the problem.
Thanks for all the suggestions though :-)
Hi
I'm having a problem with adding an object derived from a JPanel to a container and having it display correctly.
The relevant pieces of the code are as follows;
...
public class TraceTool extends JFrame implements ActionListener{
...
private Container content;
private ContentPane panel...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.