evnt = new String[LAST]; for(int i = 0; i < LAST; i++) evnt[i] = new String();
for(int i = 0; i < LAST; i++) g.drawString(evnt[i], 0, 10 * i + 10);