Serialized Form


Package it.unibz.gui

Class it.unibz.gui.Jintfilter extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: -1915431371745857789L

Serialized Fields

acceptedChars

java.lang.String acceptedChars
We accept just numeric values for input


negativeAccepted

boolean negativeAccepted
We don't accept negative numbers

Class it.unibz.gui.ProgressGui extends javax.swing.JPanel implements Serializable

serialVersionUID: 7365554958844408361L

Serialized Fields

progressBar

javax.swing.JProgressBar progressBar
The default Swing progressbar


taskProgress

javax.swing.JTextArea taskProgress
A text area for outputting some text about the status


taskManager

TaskManager taskManager

dataOutput

javax.swing.JTextArea dataOutput
The text area that hold the output of our tasks