The horizontal scroll bar in this example could be created with code like the following: ranger = new Scrollbar(Scrollbar.HORIZONTAL, 0, 60, 0, 300); add(ranger); ...
確定! 回上一頁