CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: dalekh

  1. #1
    Join Date
    Jul 1999
    Posts
    2

    dalekh

    Is there a free HTML Parser for Java2?


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: dalekh

    u mean HTML Parser in JDK1.2?

    Have u tried 'javax.swing.text.html.parser' package?

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Jul 1999
    Posts
    2

    Re: dalekh

    Is there a GUI bean out there that I can use?


  4. #4
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: dalekh

    I don't know if its a bean or not (probably not).
    But u can show HTML files using javax.swing.JEditorPane
    Also there is another package 'javax.swing.text.html'. I didn't need to use it though (I had used JEditorPane only).

    - UnicMan
    http://members.tripod.com/unicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured