The JTextField component ... JTextField x = new JTextField(); or: JTextField x = new JTextField( ... To make a TextField non-editable (output only): ...
確定! 回上一頁