+ "(0,2)=(1,1) (1,2)=(1,1) (2,2)=(1,1) "
+ "(0,3)=(1,1) (1,3)=(1,1) (2,3)=(1,1)}", panel.getStatus().toString());
// do operation
ExecutionUtils.run(frame, new RunnableEx() {
public void run() throws Exception {
panel.deleteRow(2);
}
});
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",