我希望jTextField中的文本保持不变,因为当我关闭JFrame时,我将它留在那里

时间:2015-06-16 06:24:03

标签: java swing jframe

private void OK_BUTTONMouseClicked(java.awt.event.MouseEvent evt) {                                       
    location_outlook = text_outlook.getText();
    location_huawei = text_huawei.getText();
    location_netman = text_netman.getText();
    location_mboss = text_mboss.getText();
    location_portConv = text_port.getText();
    location_agDom = text_agdomain.getText();

    setVisible(false);
}    

我有两个GUI。充当主GUI的那个,这个是设置GUI。此GUI用作为主GUI中的按钮设置路径以便定位外部应用程序(如excel)的路径的GUI。每次关闭此GUI时,主GUI的路径将再次返回null。我该怎么办?我是新手。请帮忙。感谢。

0 个答案:

没有答案