Add new comment

Problem with dimension

Hi,

I have problmes with dimension of my program. I use a laptop when I have your program installed and another one when usually I use my programs. If I use Jars, all works well. But if I wrap my Jar on a laptop, and I use it on the other one, the program frames are sized well but the internal program works with the dimensions I have on the other laptop.

I explain, I saw the program maximed, but if I print the dimensions of the maximed frame, it replies me "java.awt.Dimension[width=1296,height=736]". But, exeptionally, the fonts are small (that is good!).

The problem is with your wrapper, because if I use the Jar, without the wrapper, it prints 1942 x 1102.

What can I do?