Which browser? XML support varies widely between different web browsers. Presumably you just mean the syntax colouring provided by IE. Have you researched the Swing text components? I guess you're looking to copy IE's presentation of XML files. Why, I do not know.. Research text components, probably a JTextPane IIRC. (You should have done this before posting to a mailing list, of course.)
----- Original Message ----- From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> To: "'Greg Munt'" <[EMAIL PROTECTED]>; "Samivelu, Srinivasan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 11:18 AM Subject: RE: Displaying Xml File in Java UI Component > Thanks Greg Munt. But i want to know how put the xml file in the same way if > it were invoked by browser. Like, the xml file displayed in the UI > Component should have the same look and feel if it had been invoked by a > Browser. Can u suggest me how to do it. > > -----Original Message----- > From: Greg Munt [mailto:[EMAIL PROTECTED]] > Sent: 13 November 2001 16:32 > To: Samivelu, Srinivasan; [EMAIL PROTECTED] > Subject: Re: Displaying Xml File in Java UI Component > > > Erm.. > > If all you want to do is display the file, use a text area? > > Maybe (hopefully) I am missing something? > > ----- Original Message ----- > From: "Samivelu, Srinivasan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 13, 2001 10:36 AM > Subject: Displaying Xml File in Java UI Component > > > > Dear All, > > > > I am developing a Java application in which i need to display xml > > file in an UI component. Can anybody suggest me the Java Component that > will > > best suit to display the xml file and any snippet or reference to do it. > > > > Thanks for the efforts taken. > > > > Srinivasan Samivelu > > Software Development Engineer > > > > BarcoNet Private Limited. > > Tidel Park Module #0305 > > Taramani, Chennai 600 113. INDIA. > > Tele +91 44 25 40 601/ 602/ 603 Extn. 204 > > Fax +91 44 25 40 604 > > Mailto:[EMAIL PROTECTED] > > http://www.barconet.com > > > > > > _______________________________________________ > > Advanced-swing mailing list > > [EMAIL PROTECTED] > > http://eos.dk/mailman/listinfo/advanced-swing > _______________________________________________ > Advanced-swing mailing list > [EMAIL PROTECTED] > http://eos.dk/mailman/listinfo/advanced-swing _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
