/**
* This is the entry point method.
*/
public void onModuleLoad() {
MindNotesUI mindNotesUI = new MindNotesUI();
final MindMapEditor presenter = new MindMapEditor(
mindNotesUI.getMindMapView());
RootLayoutPanel.get().add(mindNotesUI);
DOM.getElementById("loader").removeFromParent();