Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse RCP and Swing
eclipse RCP and Swing [message #708378] Tue, 02 August 2011 18:57 Go to next message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
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 22:31 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Thu Apr 25 08:39:23 GMT 2024

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

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

Back to the top