I want to create java program that can pause / play the vlc video being played.
I made a java program where a client connects to a server and can then send #p messages, which will move the cursor to where the user said the play/pause button was and click,
but I'm looking for a better way so it would work if the VLC window isn't up or so you can move the VLC window and not have to get new coordinates from the user.
How can I do this?