예제 #1
0
파일: ListBox.java 프로젝트: star003/sb
 public boolean isScrollable() {
   return _myScrollbar.isVisible();
 }