Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » eclipse RCP and Swing
eclipse RCP and Swing [message #708378] Tue, 02 August 2011 14:57 Go to next message
Eclipse UserFriend
Hello eclipse community,

does anyone of you have experience in creating eclipse RCP software where Swing is used instead of Swing?

For any suggestions and links thank you in advance.

Best Regards,
Kosta
Re: eclipse RCP and Swing [message #708531 is a reply to message #708378] Tue, 02 August 2011 18:31 Go to previous message
Eclipse UserFriend
Am 02.08.11 20:57, schrieb kosta:
> Hello eclipse community,
>
> does anyone of you have experience in creating eclipse RCP software
> where Swing is used instead of Swing?

You mean Swing instead of SWT. First of all the main UI like Shell,
Menu, Toolbar are always rendered through SWT you can't change that in
Eclipse 3.x.

Afterwards you'll have to bridge between SWT and Swing using the
SWT-AWT-Bridge which is not always easy because you have 2 event
dispatchers, ... .

If you really want to use Swing I'd rather go with Eclipse 4.x or better
said the Eclipse 4.1 Application Platform which allows you to completely
render your UI using Swing so no bridgeing, constitent L&F, ... . "All"
you need to do is write a Swing-Renderer which though is not done yet is
technically possible without major problems as I've already shown [1].

Tom

[1]http://tomsondev.bestsolution.at/2011/06/21/eclipse-4-1-application-platform-a-platform-for-anyone/
Previous Topic:[Indigo/EE] Marketplace searches fail with HTTP 500
Next Topic:Controlling handler enablement based on multiple criteria
Goto Forum:
  


Current Time: Tue Jul 22 19:36:30 EDT 2025

Powered by FUDForum. Page generated in 0.03645 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top