我有一个扩展的父类 JFrame 用一个 JTextField 叫名字。我想从一个子类获取输入到name的文本。我该怎么做?要在父类中获取文本,我只需使用 this.name.getText(); 为了在child类中获取文本,我尝试:
JFrame
JTextField
this.name.getText();
this.getParent().getComponentAt(name.GetComponentCount()).getText()
但它不允许我使用 getText 方法。为什么呢?
getText
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!