Resize JButtons Using FlowLayout ?
I'm using some images for my Jbuttons and when I use FlowLayout, it sets the buttons dimensions bigger than the images and I can't figure out how to set the dimensions while having FlowLayout set too. They look fine when I use absolute positioning, but I need the flexibility of FlowLayout for different resolutions, etc. Anyonw know how to set the dimensions of a JButton while having FlowLayout set too? Thanks so much!

