I am trying to serialize a JPanel but everytime i get this error:
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: javax.swing
JPanel implements Serializable...
But javax.swing.GroupLayout don't.
So, you need to change GroupLayout to another layout class!