//assign look and feel
setLookAndFeel( ShooterDebug.editor );
//create editor canvas and scrolling pane
EditorCanvas canvas = new EditorCanvas();
EditorScrollPane scroll = new EditorScrollPane();
scroll.setViewportView( canvas );
contentPanel = new JPanel();
contentPanel.add( scroll );
frame = new EditorFrame( contentPanel );