}
// Variables declaration - do not modify//GEN-BEGIN:variables
// End of variables declaration//GEN-END:variables
private void initPanel() {
JPanel namepanel = new NameValuePanel();
this.setLayout(new BorderLayout());
this.add(namepanel,BorderLayout.EAST);
repaint();
}