I have created a simple interface using the Eclipse WindowBuilder plugin. My goal is to load blender models using jMonkeyEngine (jME3). I believe that jME3 only supports swing and AWT, while WindowBuilder mainly uses SWT.
Currently I have a window with a TabFolder. On the current tab (displayed below) is a composite (which allows me to freely place SWT components, like the button). I would like to have my model somehow displayed in the area specified below.
I am fairly new to jME3 and WindowBuilder, so I would appreciate a thorough response or some resources to help me with this.