Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gwaihir

    Converting an XmlDataDocument to a string

    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
  2. gwaihir

    Problem displaying components added to a container

    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 :-)
  3. gwaihir

    Problem displaying components added to a container

    According to the Sun Java Swing tutorial, the BorderLayout manager is the default.
  4. gwaihir

    Problem displaying components added to a container

    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...

Part and Inventory Search

Back
Top