SyntaxFix
Write A Post
Hire A Developer
Questions
IIRC ...
setSize sets the size of the component.
setSize
setPreferredSize sets the preferred size. The Layoutmanager will try to arrange that much space for your component.
setPreferredSize
It depends on whether you're using a layout manager or not ...