HighTechTalks DotNet Forums  

Swing plug-in in J#

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss Swing plug-in in J# in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Shahid Idrees via .NET 247
 
Posts: n/a

Default Swing plug-in in J# - 05-19-2005 , 12:19 PM






Hello

I am basically trying to run a java(sun) application in J#. It's a htmlparer wich gathers newslinks from various newspages and displays them on a single webpage. The application uses the

javax.swing.text.html
and
javax.swing.text.html.parser

packages to extract and handle html tags !

What i have done so is to install the Supplemental UI Library plug-in wich is ment to cover the swing-package. But when i import the javax.swing.text package , the "html" package is not included there!

Could anybody kindly tell me how i can get this spesific package, so i can be able to include it in my J# program?

Thanks a lot!

--------------------------------
From: Shahid Idrees

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>GDWaySe8ikKGz7yBO9BZxA==</Id>

Reply With Quote
  #2  
Old   
George Birbilis [MVP J#] [9880]
 
Posts: n/a

Default Re: Swing plug-in in J# - 06-03-2005 , 06:03 AM






Quote:
What i have done so is to install the Supplemental UI
Library plug-in wich is ment to cover the swing-package.
But when i import the javax.swing.text package , the
"html" package is not included there!
obviously they didn't implement that yet

find some opensourced html rendering class(es) for Java (preferably for
Java1.1) and try compiling them with J#

in the future mixing of Swing and WinForms components is probable (have
proposed it for some time now to the J# team), so you'll be able to use some
HTML rendering control of .NET for that. In the mean time if you mostly need
html display, render it offscreen using .net or win32 classes, then show as
image in Swing label

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis (AT) kagi (DOT) com>
Microsoft Most Valuable Professional
MVP J# for 2004, 2005
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime (Delphi & ActiveX: VB, PowerPoint, .NET)
+ Plugs (InterProcess/Internet communication)
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
.................................................. .......................




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.