Hello!
There is a program written in JAVA (a module launched as an add-in simultaneously with a third-party application).
From this java-program (add-on), you need to change the title of the windows of a third-party program.
I have good programming skills in java, but have not yet encountered similar tasks. I know that there are JNI and JNA and a bunch of third-party libraries, but in this area I am not experienced yet.
Without problems, I can solve this problem in C ++ or Delphi.
But the task is to make the change of the header of another program using JAVA .
The bosses really do not want to produce modules written in the project that are not completely written in java (if nothing else is done, they will put up with it) .
I consider options for catching handle, window headers, id process, window class ... God! Yes, somehow, the main thing to work!
I’m happy to accept tips, links, comments, and code snippets from you.
It would be great if someone shares the source of a similar task.
Examples with JNA, JNI will accept with joy!