nexacro.ImageViewer 이미지 연동하기
1. web brower에서 만 보여줄 경우
this.img_nm.set_image("url('/resources/images/cs/test_png')");
또는
this.img_nm.set_image("url('http://localhost:8080/resources/images/cs/test_png')");
2. nexa 전용 brower에서 보여줄 경우
this.img_nm.set_image("url('http://localhost:8080/resources/images/cs/test_png')");
- 반드시 절대 경로가 필요