How to get value from 1st panel and insert in 2nd panel in java swings
- by charan
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..