What is the default behavior of cardlayout when you add two cards with same identifier. For example, if have panel1
which is added. Later in the program, I add panel2
with the same string identifier. Is the default behavior to replace panel1
with panel2
in the card stack?
Thanks
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 ...