Examples of GetLecturer()


Examples of Core.CourseClass.GetLecturer()

            ROOM_CELL_WIDTH,
            ROOM_CELL_HEIGHT * c.GetDuration());
          g.setColor(Color.BLACK);
          g.drawRect(rect.x, rect.y, rect.width, rect.height);

            str = String.format("%s\n%s\n/", c.GetCourse().GetName(), c.GetLecturer().GetName());

          for(Iterator<StudentsGroup> it2 = c.GetGroups().iterator();
            it2.hasNext();)
          {
            str += it2.next().GetName();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.