I generated a Swing interface with NetBeans. Everything works well, until I change rowCount
to 4096. Now I get the exception NoClassDefFoundError
. I ve tested that from rowCount
3850 it breaks. Is this is a bug, or something else; all tips are welcome. How can I increase that rowCount
correctly?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...