setOpaque(false);
mParent=parent;
setLayout(new BorderLayout(0,2));
setBorder(BorderFactory.createEmptyBorder(5,3,5,3));
mGridPn = new JPanel(new GridFlowLayout(5,5,GridFlowLayout.TOP, GridFlowLayout.CENTER));
add(mGridPn,BorderLayout.CENTER);
createContent();
String msg;