2009-10-24 10:22:31 UTC
I don't think button margins can help. Try to decrease font size. But here is the way to access the buttons (be careful, valid only for swing appearance). Actually there is only one button for each style<br>
Use also getUsual, getDisabled, getScroll, getDisabled for other styles<br>
SwingCellAppearance appear = (SwingCellAppearance)bean.getCurrentView().getCurrent().getNow();
ButtonPainter painter = (ButtonPainter)appear.getPainter();
JButton button = painter.getButton();