Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Same UI for MAC, Windows and Linux
Same UI for MAC, Windows and Linux [message #440816] Thu, 08 December 2005 09:12 Go to next message
Eclipse UserFriend
Originally posted by: juavizga.hotmail.com

Anybody knows if it's possible have the same look and feel in a RCP application in MacOS, windows and Linux?

Because, now I depends on the implementation of SWT in the Operative System.

Is there anyway to change this?


Thanks.


--
View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91973223.html
Re: Same UI for MAC, Windows and Linux [message #440820 is a reply to message #440816] Thu, 08 December 2005 09:31 Go to previous messageGo to next message
Eclipse UserFriend
juavizga juavizga wrote:
> Anybody knows if it's possible have the same look and feel in a RCP
> application in MacOS, windows and Linux?

No. You'll have to use Swing together with the Metal L&F if you want
your application look the same on every platform.

> Because, now I depends on the implementation of SWT in the Operative
> System.

Yes, that's the reason why SWT was created. It gives you the native L&F
on the platform you are running, which IMHO makes it easier for users
adapt to new applications because they are familar with there operating
system L&F. :)

Cu, Gunnar

--
Gunnar Wagenknecht
gunnar@wagenknecht.org
http://wagenknecht.org/
Re: Same UI for MAC, Windows and Linux [message #440830 is a reply to message #440820] Thu, 08 December 2005 10:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: juavizga.hotmail.com

Sorry Gunnar, but I'm a new in this of SWT and Swing, can you please give me more information about Metal L&F, Swing is the Graphic engine used before SWT, no?

And in performance terms do you know what is better?

Thanks so much.


--
View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91973244.html
Re: Same UI for MAC, Windows and Linux [message #440831 is a reply to message #440830] Thu, 08 December 2005 10:41 Go to previous messageGo to next message
Eclipse UserFriend
I'd suggest visiting java.sun.com and looking at the tutorials for Swing.
After that go to http://www.eclipse.org/swt/ and read up on swt.

Regards
Stefan

juavizga juavizga wrote:
> Sorry Gunnar, but I'm a new in this of SWT and Swing, can you please give me more information about Metal L&F, Swing is the Graphic engine used before SWT, no?
>
> And in performance terms do you know what is better?
>
> Thanks so much.
>
>
> --
> View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91973244.html
Re: Same UI for MAC, Windows and Linux [message #440872 is a reply to message #440830] Fri, 09 December 2005 10:33 Go to previous messageGo to next message
Eclipse UserFriend
Take Stefan's advice. However, be aware that SWT and Swing are both Java
toolkits for creating GUIs that are currently in use. SWT did not "come
after" Swing in the sense that it supplanted it. They are just two
different ways of doing the same (similar) things.

charlie

juavizga juavizga wrote:
> Sorry Gunnar, but I'm a new in this of SWT and Swing, can you please give me more information about Metal L&F, Swing is the Graphic engine used before SWT, no?
>
> And in performance terms do you know what is better?
>
> Thanks so much.
>
>
> --
> View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91973244.html
Re: Same UI for MAC, Windows and Linux [message #440966 is a reply to message #440872] Thu, 15 December 2005 02:15 Go to previous message
Eclipse UserFriend
Originally posted by: juavizga.hotmail.com

Thanks.


--
View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91974433.html
Previous Topic:rcp Hello world doe not work
Next Topic:Proxy settings for update
Goto Forum:
  


Current Time: Tue Oct 28 20:01:47 EDT 2025

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

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

Back to the top