Skip to content
Snippets Groups Projects
Commit 07030bbf authored by Dominique Blouin's avatar Dominique Blouin
Browse files

remove client-message test file

parent f262c23c
No related branches found
No related tags found
No related merge requests found
...@@ -1026,14 +1026,14 @@ public class JDialogSearchBox extends javax.swing.JFrame { ...@@ -1026,14 +1026,14 @@ public class JDialogSearchBox extends javax.swing.JFrame {
} }
public void doQueryDB(){ public void doQueryDB(){
Message msg = new Message(); /* Message msg = new Message();
msg.setCmd(Message.CMD_SEARCH); msg.setCmd(Message.CMD_SEARCH);
ArrayList<String> option = new ArrayList<>(); ArrayList<String> option = new ArrayList<>();
ArrayList<String> values = new ArrayList<>(); ArrayList<String> values = new ArrayList<>();
option.add("System"); option.add("System");
values.add(this.combobox_System.getSelectedItem().toString()); values.add(this.combobox_System.getSelectedItem().toString());
option.add(this.combobox_Year.getSelectedItem().toString()); option.add(this.combobox_Year.getSelectedItem().toString());
option.add(this.combobox_Score.getSelectedItem().toString()); option.add(this.combobox_Score.getSelectedItem().toString());*/
} }
//TODO: implement function to get database. //TODO: implement function to get database.
......
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