We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f951b commit e003db5Copy full SHA for e003db5
1 file changed
src/ui/helper/historyui/HistoryUI.java
@@ -38,7 +38,7 @@ public class HistoryUI extends JFrame
38
private Stack<ArrayList> delete_history;
39
40
/*
41
- * Setup class finders
+ * Setup historyUI
42
*/
43
public HistoryUI(String[] titles) {
44
@@ -146,9 +146,8 @@ public void insert(HistoryDataObject e){
146
147
148
149
- * remove several selected rows from table
+ * remove several selected rows from table and stores them into stack
150
* param: an array of rows number to be removed
151
- * return an ArrayList contains a list of indices and corresponding data
152
153
@SuppressWarnings({ "rawtypes", "unchecked" })
154
public void removeSeveralRows(int[] indices){
0 commit comments