ValueEntryPanel valueEntryPanel = tableTop.getTableTopPanel().getValueEntryPanel(valueGem);
Rectangle bounds = valueEntryPanel.getBounds();
Graphics vepGraphics = g2d.create(bounds.x, bounds.y, bounds.width, bounds.height);
// For some reason you can't just say vep.paint(vepGraphics)..
valueEntryPanel.paintOnTableTop(vepGraphics);
vepGraphics.dispose();
}
public List<Rectangle> getInputNameLabelBounds() {
return null;