Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Customize generated code and shell in SWT Designer
Customize generated code and shell in SWT Designer [message #613694] Sat, 05 August 2006 03:46
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hi all,

Is there anyway I can customzie generated code in SWT GUI Designer ?
for an example changing this style :-

label = new Label(this, SWT.NONE);

to :-

label = new Label();

can I do that I SWT GUI Designer ?

Thanks
Previous Topic:With or without the use VE?
Next Topic:Customize generated code and shell in SWT Designer
Goto Forum:
  


Current Time: Mon May 13 22:02:50 GMT 2024

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

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

Back to the top