How to get value from 1st panel and insert in 2nd panel in java swings

Posted by charan on Stack Overflow See other posts from Stack Overflow or by charan
Published on 2010-05-31T02:46:23Z Indexed on 2010/05/31 2:52 UTC
Read the original article Hit count: 393

Filed under:

Hi.. I had employ name in 1st panel in D module. when i click generate button the employ name automatically update in display panel in E module. so in both the panels the value must be same. how can i get the value from D module and update in E module by using Java Swings..

© Stack Overflow or respective owner

Related posts about java