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

eclipsejavajframeswing

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?

Best Answer

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