}
}
});
// Add a listener so that a change in the size of the VEP will trigger a change the size of the displayed gem.
valueEntryPanel.addComponentListener(new ComponentAdapter() {
// change the size of the displayed value gem if the VEP is resized
public void componentResized(ComponentEvent e) {
tableTop.getDisplayedGem(valueGem).sizeChanged();
}