Serialized Form
graph
Graph graph
- a graph displayed in a demonPanel
demonPanel
DemonDialog.DemonPanel demonPanel
- main panel with a graph
vInfoDialog
VertexInfoDialog vInfoDialog
- Dialog with vertex desription, appears only for a moment
allVInfoDialogs
java.util.ArrayList allVInfoDialogs
- Dialogs with selected vertices desription
path
java.lang.String path
- full file name with data for graphplace
movesInfo
javax.swing.JLabel movesInfo
- Label with move statistic
graphInfo
javax.swing.JLabel graphInfo
- Label with graph statistic
opis
java.awt.TextArea opis
v
Vertex v
nField
javax.swing.JTextField nField
n2Field
javax.swing.JTextField n2Field
pField
javax.swing.JTextField pField
graphType
int graphType
- actually selected graph type
algorithm
int algorithm
- actually selected algorithm
g
Graph g