你放到数组中去呀
JTextField[] arr=new JTextFiled[]{jText1,jText2,jText3,jText4,jText5....}
for(int i=0;i<arr.length;i++) arr[i].setEnabled(true);