I am developing a desktop application using SWT. I am new to Java, i read swt forums. But unable to figure it out how to develop a java screen like below. I am attaching my 2 files as an attachment. Please find it below. I really appreciate your help.
First of all, use a BorderLayout for the frame's content pane (the default). Use a JTabbedPane and place that as the center (use BorderLayout.CENTER as the constraint).
For the tabs each, I haven't used them before but a GroupLayout looks like it could do the job. Perhaps a third party layout manager like MigLayout or FormLayout (from JGoodies) will do the trick better though.