Nym Posted April 16, 2017 Posted April 16, 2017 I made a gui but the wording of on my JLabels seems to cut off and do "...", there is plenty of room for it to fit there, additionally I have tried moving them over and it did not work.
Apaec Posted April 16, 2017 Posted April 16, 2017 Make sure the size of the components are large enough for the whole text to fit (that's the only reason it's shortened with '...'). Perhaps use a layout and make the gui scalable to help prevent this? -Apa
Nym Posted April 16, 2017 Author Posted April 16, 2017 3 minutes ago, Apaec said: Make sure the size of the components are large enough for the whole text to fit (that's the only reason it's shortened with '...'). Perhaps use a layout and make the gui scalable to help prevent this? -Apa I used eclipse window builder and dragged it into intellij. My layout is null cause I used absulute layout thing. I will make the component size larger and see what it does, thanks a lot 1
Alek Posted April 19, 2017 Posted April 19, 2017 GUI builders are garbage, you really should just write them yourself. Also there is not enough room for the JLabels, you have to account for OSBot's look and feel which is something the builder wont do.