Opens history dialog (for testing)
This commit is contained in:
parent
9d5f60291f
commit
9fac7e41b7
@ -51,6 +51,7 @@ import static opensesim.gui.Globals.getWorld;
|
||||
import opensesim.gui.account.AccountDialog;
|
||||
|
||||
import opensesim.gui.exchangeeditor.ExchangeListDialog;
|
||||
import opensesim.gui.history.HistoryDialog;
|
||||
import org.json.JSONArray;
|
||||
import org.json.JSONObject;
|
||||
|
||||
@ -617,6 +618,7 @@ public class SeSimApplication extends javax.swing.JFrame {
|
||||
opensesim.world.Exchange ex = godworld.getDefaultExchange();
|
||||
TradingAPI api = ex.getAPI(p);
|
||||
|
||||
HistoryDialog.runDialog(this, api);
|
||||
|
||||
opensesim.util.scheduler.Scheduler s = godworld.getScheduler();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user