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。我该怎么办?我是新手。请帮忙。感谢。