JTextArea Disappeared
Hi all,
I've got a chat application program and the layout is as such, two jtextareas residing in a jpanel in the center(borderlayout), some buttons in the north and some buttons in the south.
When i click on one of the button, which initiates a video conference, i moved the panel with the jtextareas to east and adds my video panel to west. My video came out but the funny thing is my jtextareas and whatever there is in the jpanel (such as jlabels) disappeared. I can still click on the jtextareas(knowing its location) and am still able to type in messages as well as send messages.
I've tried repainting all the panels but it didn't help.. can anyone advice? thanks alot!

