public static void main(String[] args) { JFrame myframe = new JFrame(); myframe.setTitle("隐藏滚动条"); myframe.setBounds(200, 200, 200, ...
確定! 回上一頁