简体   繁体   中英

tabs problem in Java Swing

I have created 8 tabs in a tabbed panel using Java Swing. The problem is when I enter data in any tab and click the save button. After clicking it leaves the present tab/panel and goes to the first tab.

I have to retain on the same tab after clicking the save button.

Please help me on this.

I got the answer, just forgot to comment the getFrame().dispose() method.

Thanks for your concern.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM