Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Custom Look and Feel in SWT
Custom Look and Feel in SWT [message #447625] Wed, 15 December 2004 13:21 Go to next message
Eclipse UserFriend
Originally posted by: mansoor.hadeedian.net

Hi All,

Any idea or example on implementing Custom Look and Feel on SWT. Similar to the
LnF in Swing or Skinnable Buttons ???


Thanks
Mansoor
Re: Custom Look and Feel in SWT [message #447634 is a reply to message #447625] Wed, 15 December 2004 16:18 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You don't. The look and feel is dictated by the operating system.

"Muhammad Mansoor" <mansoor@hadeedian.net> wrote in message
news:cppddp$ipj$1@www.eclipse.org...
> Hi All,
>
> Any idea or example on implementing Custom Look and Feel on SWT. Similar
to the
> LnF in Swing or Skinnable Buttons ???
>
>
> Thanks
> Mansoor
Re: Custom Look and Feel in SWT [message #447749 is a reply to message #447625] Fri, 17 December 2004 03:30 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="serif">A possible solution would be to write an API that
sits on top of SWT and dynamically chooses whether to use the native
widgets (through SWT) or use emulated widgets (which would ultimately
extend Canvas in the SWT API).&nbsp; However, since the point of SWT is to
achieve a perfectly native LAF, I really don't see why you would
attempt to tack emulation on top of it.<br>
<br>
Daniel<br>
</font><br>
Muhammad Mansoor wrote:
<blockquote cite="midcppddp$ipj$1@www.eclipse.org" type="cite">Hi All,
<br>
<br>
Any idea or example on implementing Custom Look and Feel on SWT.
Similar to the LnF in Swing or Skinnable Buttons ???
<br>
<br>
<br>
Thanks
<br>
Mansoor
<br>
</blockquote>
</body>
</html>
Previous Topic:Button lost XP appearance
Next Topic:Trying to find a widget that behaves like widget in Outlook 2003
Goto Forum:
  


Current Time: Thu Apr 18 11:05:19 GMT 2024

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

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

Back to the top