public class TickerExample extends JFrame { private JTextArea textArea; ... public TickerExample() { setTitle("Ticker"); textArea = new JTextArea(20, ...
確定! 回上一頁