On 03/13/2015 11:29 AM, Marko Herchet wrote:
Thanks for your answer. A little research revealed a simple solution for my
problem I want to share:
As stated in https://geonet.esri.com/thread/70716 using a JApplet between the
Frame and the SwingComponent fixes the problems.
Following code works l
Thanks for your answer. A little research revealed a simple solution for my
problem I want to share:
As stated in https://geonet.esri.com/thread/70716 using a JApplet between the
Frame and the SwingComponent fixes the problems.
Following code works like a charm for me (independent of the initial
On 03/12/2015 05:38 PM, Marko Herchet wrote:
We are currently evaluating the use of XMLMind in a future version of
one of our applications.
I downloaded the evaluation version and built the jars for use as
embedded Swing-Component via deployxxe. I added the jars to our
application where I adde
Like to add an example that can be used to reproduce the problem I described in
my last mail
public class TestSWT
{
public static void main(final String[] args)
{
final Display display = new Display();
final Shell shell = new Shell(display);
shell.setSize(800, 200
Hello,
We are currently evaluating the use of XMLMind in a future version of one of
our applications.
I downloaded the evaluation version and built the jars for use as embedded
Swing-Component via deployxxe. I added the jars to our application where I
added the XMLPanel2 via SWT-AWT-Wrapper to
5 matches
Mail list logo