import java.awt.*; // JScrollPane 滚动面板 public class Test17_JScroll { public static void main(String[] args) { new JScrollDeme(); } ...
確定! 回上一頁