Work on Control panel ...

This commit is contained in:
7u83
2016-12-26 12:15:27 +01:00
parent ee5bddfd82
commit cff5f34cd0
6 changed files with 81 additions and 108 deletions

View File

@ -2,7 +2,7 @@ package SeSim;
public interface Trader {
String name = null;
// String name = null;
public void trade();
public Account account = new Account();