I am learning Java using Eclipse – started a project with javax.swing and could view a design page with my page layouts shown and various palets for components etc. Now this design page seems to have vanished and I cant discover any option to recover it. I hope someone can get me back on track.
Share
Have you tried Right-click on class (for example
MySwingPanel.java) in package editorOpen With->WindowBuilder Editor?The last time you selected something in
Open With– this is the editor to open that file on double click.