Hi

2004-01-19 Thread ManojV
Test =) nsgjmraipdgiue -- Test, yep. <>

RE: Setting new JPane to a JFrame.

2004-01-19 Thread Deblauwe, Wim
Title: RE: Setting new JPane to a JFrame. After this line: m_frame.setContentPane(createPanel(fileChooser.getSelectedFile())); put: m_frame.validate(); or m_frame.pack(); if the size of the frame should/can change. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Setting new JPane to a JFrame.

2004-01-19 Thread Marcos . Rebelo
This is the most simple code that I found to show this error. I have JFrame with a complex Content Pane (not this one). I'm trying to recreate the Content pane for each File but after I set the new Content Pane there is no Change, But if I try to resize the new Pane alredy apears. What do I need