I accept with code:{
Button start=new Button("Start");
Button stop=new Button("Stop");
int base;
int nextSeq;
int windowSizeValue = 5;
int messageSizeValue = 12;

...