Update « JInternalFrame « Java Swing Q&A





1. JInternal frame not getting updated    coderanch.com

hi guys, i have a frame,which has two JInternal frames.the first JInternal frame has a JTable and the second JIinternal frame has some JTextfields,JTextareas and JComboboxes(all dynamically programmed). if i select a cell in the JTable,the results corresponding to the selected item should be displayed in the second JInternal frame. It displays,but the problem is when i go click the text ...

2. my JInternalFrame isn't updating properly    coderanch.com

Hello.. I've been toying with this problem all day and figured I'd request some help before I go crazy. I've made a MDI style application. I've created a calendar. I've created a day object that consists of a jpanel with various components; one being a textarea to display the day. I then have a calendar panel that uses a gridlayout manager ...