I'm looking for a way to activate one of my running application in taskbar of windows only. Situation:
- I'm having 10 identical application windows up and running
- I'm having a JTable with 10 rows for those windows, I want to select a windows in correct position according to the row I'm selecting in JTable ( like select first window for the first rows, etc.....). How to achieve this?
I can get their processId but I don't know what to do with it. I'm also using robot class for this but seems like it's not so ideal. The approach may not necessary be in Java, any idea will help. Thanks in advance