Serialized Form


Package <Unnamed>

Class FoldingApp extends javax.swing.JFrame implements Serializable

Serialized Fields

fp

FoldPanel fp
FoldPanel is the surface where the chain will be drawn.


solve

javax.swing.JButton solve
The only button of this application.


chain

javax.swing.JTextField chain
The area where the user inputs the chain.

Class FoldPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

solution

Chromosome solution
An instance variable to designate a solution to the folding problem (a Chromsome).