/**
* @return the backgroundConfigFrame
*/
public BackgroundConfigFrame getBackgroundConfigFrame() {
if (backgroundConfigFrame == null){
backgroundConfigFrame = new BackgroundConfigFrame();
backgroundConfigFrame.setLocationRelativeTo(datasoulMainForm);
}
return backgroundConfigFrame;
}