initComponents(); // this should be first ... Caution DO NOT MOVE :D
this.manager = manager;
load(body); //just loading the text into the textarea
// asking the component mover to make the customTitleBar (which is a panel) to be the compoment resposible for moving the window/frame
ComponentMover cm = new ComponentMover(JFrame.class, customTitleBar);
}