/*
* NORIKO Add
* Write out this next round lottery to the temporary file.
*/
try{
WriteOutJsonNextRound woj = new WriteOutJsonNextRound(id,Lottery0, Lottery1, CURR_DIR);
woj.write();
}catch(Exception e){
e.printStackTrace();
}
// Following is a rudimentary UI for testing