虽两个Frame都在一个工程中,不过是独立的这个我试过了呀.我想应该在FrameTwo.java 中 new FrameFirst();不过接下来怎么做呢?
我在鼠标点击事件里这么写的:
FrameFirst frFrist = new FrameFirst(); frFrist.getContentPane(); frFrist.getComponents(); txaInfo.setText(frFrist.txtName.getText() + frFrist.txtAge.getText() + frFrist.txtUy.getText() );依然不能获得FrameFirst中文本框中的内容。
告诉我怎么实现呀~!!!!!!!!!!!!!!!!!!!!!!!!!!!!!