I had a problem with a frame made in java to resize its components, and in one answer I found that the use of set(Minimum|Maximum|Preferred)Size
methods were not recommended at all in establishing the dimensions of both the frame and its internal components .
Now my question is, what options can I use to change these resizing methods in my code?