Skip to content
Snippets Groups Projects
Commit 6516eb73 authored by CHEVALIER Noemy's avatar CHEVALIER Noemy
Browse files

ajout de la fonction studentname

parent 227e8a39
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,11 @@ public class ShukanData
return (students[sSort[selLoad]]);
}
/**Returns name of students*/
public String studentName(){
return (students[sSort[selLoad]]);
}
/** Sets an activity to be displayed on left */
public void setOnLeft (int curs, int mod, int act)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment