My labels are abbreviated when I run program

1

When I run my program, the text inside my labels is shortened, even if I try to space it, I have to leave an absurdly large space inside the label, which has a lot of work to do because of the size of the form, I was wondering if you have any settings I can make to prevent this from happening. Form examples in netbeans and form executed.

    
asked by anonymous 21.10.2015 / 01:56

1 answer

0

Hello, this problem exists because you have not set a size for your label, try giving a setSize with the appropriate values.

    
23.10.2015 / 02:16