Skip to content

Commit

Permalink
Updated software
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanashastri committed Jun 11, 2017
1 parent a0b5e07 commit 6317064
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 138 deletions.
3 changes: 0 additions & 3 deletions src/JavaFXGUI/EnterStudentTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,8 @@ private void moveOn(boolean signIn, Student student){
int j = 0;
for (int i =0; i < data.get("outin").getStudentList().size(); i++){
if (student.equals(data.get("outin").getStudentList().get(i))){
System.out.println(data.get("outin").getStudentList().get(i).getCount());
if(data.get("outin").getStudentList().get(i).getCount()%2!=0){
j = i;
outin=true;
}
}
}

Expand Down
133 changes: 0 additions & 133 deletions src/JavaFXGUI/IDReader.java

This file was deleted.

4 changes: 2 additions & 2 deletions src/JavaFXGUI/SettingHBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,9 @@ protected void updateItem(String item, boolean empty) {
};
});
// columnList.get(i).setSortable(true);
// TimeComparator c = new TimeComparator();
Comparator<Student> c = new TimeComparator();
// columnList.sort(c);
// tableSignIn.sort();
tableSignIn.sort();
}
tableSignIn.getColumns().add(columnList.get(i));
// tableSignIn.getColumns().size(), columnList.get(i));
Expand Down

0 comments on commit 6317064

Please sign in to comment.