I can't find it anywhere at all, I've tried all obvious names.
I have it working for the ContentPane and the JMenuBar.
This is what I tried last:
ImageEditor ie = new ImageEditor();
frame.setJMenuBar(ie.createMenuBar());
frame.setContentPane(ie.createContentPane());
frame.setJToolBar(ie.createToolBar());