在java的awt中,不同的Frame之间怎样传值
例如,FrameA中有一个TextField,一个ButtonA,点击ButtoA后弹出FrameB,
在FrameB中有一个ButtonB,点击ButtonB后,将一个值传入FrameA中的TextField中