boreas
boreas

Reputation: 1061

show the swt tabs on java file

I'm new to Eclipse and SWT, just found that WindowBuilder is a good tool for UI design.

However, when I download the sample Phonebook and opened it, it doesn't show the normal

Source | Design | Bindings

tabs at the bottom of the file. The file was treated as a normal java file. Is there anything I can do to let them show as they are when I create an SWT designer file?

Upvotes: 0

Views: 563

Answers (2)

E-Riz
E-Riz

Reputation: 33024

Right-click on the Java file and choose Open with... to select the WindowBuilder editor.

Upvotes: 2

Mike
Mike

Reputation: 1899

if the file is not appearing in the windowbuilder then there is somehting wrong with the content of file and windowbuilder is unable to parse the file. I would suggest you to create a new file and view in the window builder.

Upvotes: 0

Related Questions