diff src/treeVnc/TextBoxClient.java @ 24:b5c446990c0a

update
author one
date Mon, 23 Jan 2012 19:58:50 +0900
parents 24112133a0d9
children cbbdabc7645f
line wrap: on
line diff
--- a/src/treeVnc/TextBoxClient.java	Fri Jan 20 16:09:55 2012 +0900
+++ b/src/treeVnc/TextBoxClient.java	Mon Jan 23 19:58:50 2012 +0900
@@ -19,7 +19,7 @@
 	private double height = 500;
 	private JLabel label;
 	private boolean flag;
-	ArrayList<String> temp = new ArrayList<String>();
+	private ArrayList<String> temp = new ArrayList<String>();
 	private int counter = 0;
 	//private JCheckBox[] check = new JCheckBox[20];
 	private Checkbox[] check = new Checkbox[20];
@@ -149,7 +149,10 @@
 		for (int t = 0; t < counter; t++) {
 			if (check[t].getState()) {
 				System.out.println(check[t].getLabel());
-				setStatus(check[t].getLabel());
+	//			if(int t =0)
+					setStatus(check[t].getLabel());
+				//else
+					//setStatus()
 			}
 		}
 	}