tabs problem in Java Swing

Posted by charan on Stack Overflow See other posts from Stack Overflow or by charan
Published on 2010-05-14T06:21:07Z Indexed on 2010/05/14 6:34 UTC
Read the original article Hit count: 319

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing