Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] SWT and Swing


Not sure what you are asking.  Do you really mean "resize the display" or did you mean "resize the shell"?  SWT is fully implemented in Java so you are able to view all the gory details when a shell is resized and apply your knowledge of the different operating systems.  For example, on Windows WM_SIZE is sent.  Not sure this helps.  Anyways, if you are running on XP and mixing SWT and AWT, try running without the .manifest file.  AWT doesn't work well with it.



"Norton, Christopher" <Christopher.Norton@xxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

06/27/2003 03:44 PM
Please respond to platform-swt-dev

       
        To:        "'platform-swt-dev@xxxxxxxxxxx'" <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        RE: [platform-swt-dev] SWT and Swing



Can anyone tell me where I can find documentation that will tell me what
happens with the SWT shell when you resize the display using the mouse?  Or
just give me a quick call sequence.

Thanks,

Chris
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top