Import existing java project in eclipse but design view not exist for JFrame?

Samiey Mehdi picture Samiey Mehdi · Oct 25, 2013 · Viewed 23k times · Source

I import existing java project in eclipse:
in eclipse:
1. go to File -> Import
2. General -> Existing Projects into Workspace and click Next

enter image description here

3.click on Browse and select project then click on Finish

enter image description here

then i open a JFrame , but i see source code of JFrame and design tab not exist.

enter image description here

how to view Design tab?

Answer

Samiey Mehdi picture Samiey Mehdi · Oct 25, 2013

Found a solution:

in Package Explorer right click on JFrame file then select Open With -> WindowBuilder Editor

enter image description here

now design tab appeared

enter image description here