반응형

 

 

 

public ArrayList<String> placeDotCom(int comSize) {
ArrayList <String> alphaCells = new ArrayList<String>();

private ArrayList<DotCom> dotComList = new ArrayList<DotCom>();

ArrayList<String> newLocation = helper.placeDotCom(3);

 

위와 같이 빨간색 부분 때문에 Error가 발생했다.

 

 

DotComBust.java
다운로드

 

 

cf. http://smbw.tistory.com/

    http://blog.naver.com/han1000jae?Redirect=Log&logNo=80115100888

    http://blog.naver.com/shreds?Redirect=Log&logNo=89749439

반응형