|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--IterationsInterface
The interface for selecting the number of iterations an operator should run for.
Field Summary | |
javax.swing.JLabel |
l
|
Constructor Summary | |
IterationsInterface()
|
Method Summary | |
javax.swing.JPanel |
createPanel()
Sets up the interface and displays it on the screen. |
int |
number()
Gets the number of iterations from the onscreen textbox, the user is alerted to an invalid value with a warning. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public javax.swing.JLabel l
Constructor Detail |
public IterationsInterface()
Method Detail |
public int number()
public javax.swing.JPanel createPanel()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |