Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 223
Samiey Mehdi Avatar asked Oct 25 '13 09:10

Samiey Mehdi


People also ask

How do I get Design view in Eclipse?

If you can't see the Design tab yet, try the following: When opening a file, right-click and select 'Open with' > 'WindowBuilder Editor'. If Window Builder is installed, you will see the Design tab in the newly opened file.

How do I open a JFrame in Eclipse?

Select Window > Preferences from the menu to open it and then expand the node "JFormDesigner" in the tree. See Preferences for details. You can also set project specific settings in the Eclipse project dialog. Select Project > Properties from the menu to open it and then expand the node "JFormDesigner" in the tree.


1 Answers

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

like image 121
Samiey Mehdi Avatar answered Sep 29 '22 09:09

Samiey Mehdi