I need your help in java 1.4. How can I disable JFrame shortening. In java 5 or 6, I just:
new JFrame("TEST").setMinimumSize(...);
But how is it in java 1.4? This code does not work!
This was a bug that was fixed in the mustang. Take a look at the error details for possible workarounds that you can try in version 1.4.
Source: https://habr.com/ru/post/1781967/More articles:Aes key value / value - aesCodeigniter: the easiest way to use variables between models and controllers, models and models, controllers and controllers - methodsTrying to understand timestamps and time zones in PHP - timezoneProblem connecting sql server using php - phpCodeigniter + Dwoo - templatesCreate a list in an Android application - androidUsing personal SSL certificates using Webdriver (Selenium 2.0) - javaPassing some LINQ query into function argument? - c #Count the various lines in C # code - stringHow to create a DateTime object? - c #All Articles