Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to updating a window ?
how to updating a window ? [message #436300] Sat, 15 May 2004 14:38 Go to next message
Eclipse UserFriend
Originally posted by: cootchy.wanadoo.fr

Hello,

I'm achieving an application in SWT and i would like to know how i have to
do to update a window like the function validate in swing ??

Thank you for answering me.
Re: how to updating a window ? [message #436302 is a reply to message #436300] Sat, 15 May 2004 21:12 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
Call the Composite#layout() method. Either that or the
Composite#layout(boolean) method where the passed boolean is whether or
not the window's contents have changed. Both methods are the same for
Shell.

Daniel

Cootchy wrote:

>Hello,
>
>I'm achieving an application in SWT and i would like to know how i have to
>do to update a window like the function validate in swing ??
>
>Thank you for answering me.
>
>
>
Previous Topic:Associate SWT Application with specific files on OS X
Next Topic:org.eclipse.swt.SWTError: No more handles
Goto Forum:
  


Current Time: Wed Sep 25 01:40:29 GMT 2024

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

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

Back to the top