swing is slow, that's all. Now it depends what you want to do with it.
It works great for most apps.
There are not a lot of applications that require too much speed from
swing. I have an application
that handles real time data. Displaying real time data on any GUI is
slow and it's slowing down
the whole app, but it depends how you design the application. It is
memory hungry if you don't use
it right. Swing has more functionality than any GUI toolkit and it is
really easy to develop swing apps
because it gives you total control.
I can't tell you much about Winforms. I know that it doesn't do layouts
well (not too many, anyway).
> Can anyone give a reasoned response to how a Java UI compares to a .NET
> Winforms UI, or links articles discussing this ? [please, no flame war!]
[quoted text clipped - 14 lines]
> Thanks,
> Andy Mackie.
Christian Gudrian - 29 Apr 2005 09:02 GMT
Am Thu, 28 Apr 2005 22:11:46 -0400 schrieb John:
> Swing has more functionality than any GUI toolkit and it is really easy
> to develop swing apps because it gives you total control.
Is it possible for applications based on the Eclipse RCP to use Swing for
the custom parts of the UI or do I have to use SWT throughout the whole
program?
Christian
John - 30 Apr 2005 03:12 GMT
Do you want to use swing and SWT at the same time?
> Am Thu, 28 Apr 2005 22:11:46 -0400 schrieb John:
>
[quoted text clipped - 6 lines]
>
> Christian
Christian Gudrian - 30 Apr 2005 19:53 GMT
John schrieb:
> Do you want to use swing and SWT at the same time?
Why not?
Christian