Hello again,
My problem is that in one of my screens I have options to remove from a JTree by pressing buttons. Within the button lisitener the current frame make a new frame with some options on it and then it redraws the new JTree based on teh selected options in the new frame. The problme is that the JTree is redrawen before the new frame has been closed so it does not update the JTree correctly. Does anyone know how I can make the code wait till the new frame is closed.
Here is were my code problem is
[ December 28, 2008: Message edited by:
Alan Brooks ]