first commit
This commit is contained in:
19
Code/OperatorPanel.java
Normal file
19
Code/OperatorPanel.java
Normal file
@@ -0,0 +1,19 @@
|
||||
public class OperatorPanel {
|
||||
|
||||
private ATM atm;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param atm
|
||||
*/
|
||||
public OperatorPanel(ATM atm) {
|
||||
// TODO - implement OperatorPanel.OperatorPanel
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public Money getInitialCash() {
|
||||
// TODO - implement OperatorPanel.getInitialCash
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user