이제 눈팅이나 좀 하다가 자야겠음. ㅇㅇ

프갤이야기:

갤러리 프갤 = new 갤러리(\"프로그래밍 갤러리\");
이야기[] 프갤이야기 = 프갤.getList();
for(int i = 0; i < 프갤이야기.length; i++){
    System.out.println(프갤이야기[i].toString());
}