Doubts about set (Minimum | Maximum | Preferred) Size in java

1

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?

    
asked by EmmanCanVaz_95 19.09.2016 в 00:25
source

0 answers