hai,
I am very thankful because of this valuebul information.
i got a problem with the Serialization. i think any one can help me to get rid of that problem.

I created a component which extends JComboBox. Depending on the mouse events ( if the user presses on the JComboBox arrow) i am displaying one small frame with a picture. It is working fine if i use it directly on my frame. like
PictureBox pb = new PictureBox();
frame.getContentPane().add(pb,"South");
....

But when i am trying to read this PictureBox from a pictureBox.ser ( which was written by writeObject()) by readObject it is showing a JComboBox.ok. but when we click on the arrow button it's showing it's popup menu instead of Frame.

can u please help me.

Thanks in advance.

Bye

Visu