Ejemplo n.º 1
0
 /**
  * Make the gui
  *
  * @return _gui
  */
 protected Component doMakeContents() {
   JComponent comp = (JComponent) super.doMakeContents();
   highlightLabel = new JLabel(" ");
   highlightLabel.setBorder(new FineLineBorder(BevelBorder.LOWERED));
   return GuiUtils.centerBottom(comp, GuiUtils.inset(highlightLabel, new Insets(2, 0, 2, 0)));
 }