Exemplo n.º 1
0
 void modifyEvent(int lno) {
   updateViewport();
   baseEditor.modifyEvent(lno);
   redrawFrom(lno);
   stateChanged();
 }