Re: Java GUI -v- .NET Winforms ?
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
.
Relevant Pages
- Re: Restoring Swing applications after minimising
... I mainly use Windows platforms for development and running Java applications and I find that Swing applications really don't like being minimised for any length of time. ... This problem does not seem to affect SWT apps like Eclipse which always responds almost immediately after being minimised so what makes Swing apps so vulnerable to this problem? ... (comp.lang.java.programmer) - Restoring Swing applications after minimising
... I mainly use Windows platforms for development and running Java applications and I find that Swing applications really don't like being minimised for any length of time. ... This problem does not seem to affect SWT apps like Eclipse which always responds almost immediately after being minimised so what makes Swing apps so vulnerable to this problem? ... (comp.lang.java.programmer) - Re: Is Java good for writing simple, yet sleek GUI apps?
... I'm thinking about using Java to do it. ... I've worked with Swing for years, but have given up on it eventually. ... but Swing apps still feel out-of-place. ... I've released a freeware Windows-only app that uses SWT. ... (comp.lang.java.gui) - Re: Is Java good for writing simple, yet sleek GUI apps?
... I'm thinking about using Java to do it. ... I've worked with Swing for years, but have given up on it eventually. ... but Swing apps still feel out-of-place. ... I've released a freeware Windows-only app that uses SWT. ... (comp.lang.java.programmer) - Re: paintImmediately()
... > In all Swing apps, ... Once the first GUI item is ... > modifies any Swing GUI widget and isn't one of the handful of Swing ... > thread safe methods, for instance) should only be called ... (comp.lang.java.help) |
|