1.总结
(1) 数组的表示 double [ ] a; double a[];
Arrays的方法 arrays.sort() 数组的排序
(2)异常处理 try{}catch(XXXException e){throw e}
异常处理的抛出 throw new ApplicationException(" ");
(3)GUI简单界面设计
2.问题
GUI多个界面的处理 数组的调用
时间: 2024-10-06 12:38:57
1.总结
(1) 数组的表示 double [ ] a; double a[];
Arrays的方法 arrays.sort() 数组的排序
(2)异常处理 try{}catch(XXXException e){throw e}
异常处理的抛出 throw new ApplicationException(" ");
(3)GUI简单界面设计
2.问题
GUI多个界面的处理 数组的调用