Re: Embed Swing App in .Net Application via a Window (form?)
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Tue, 24 Jun 2008 19:27:10 -0400
swebb99 wrote:
Does anybody have any information on where I can find some details of
how I would go about embedding an existing Java swing application into
the window (form?) of a new .Net application on Windows.
I'd like to take a useful existing java app which I work on day to day
and allow users to view it in a new .Net app the company are working
on.
Is such a thing possible and if so how and what are the constraints
(risizing ?, mouse/keyboard events ? .....)
I am afraid that you will need to keep them as two separate apps.
It is possible to use Java code from .NET using the IKVM sofware,
but IKVM does not support Swing, so it will not work for you (it
does work fine for some other types of usage).
Arne
.
- Follow-Ups:
- References:
- Embed Swing App in .Net Application via a Window (form?)
- From: swebb99
- Embed Swing App in .Net Application via a Window (form?)
- Prev by Date: GetCustomAttributes sure is slow
- Next by Date: Re: how to get time difference
- Previous by thread: Re: Embed Swing App in .Net Application via a Window (form?)
- Next by thread: Re: Embed Swing App in .Net Application via a Window (form?)
- Index(es):
Relevant Pages
|