Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Component Listener on Runescape window?

Joined
Aug 19, 2016
Messages
11
Maybe I'm missing something in the API, but the best I could do so far is to write my own and use Screen#getLocation etc. to build resize and moving events, it seems really hacky to me so is there a way to add a ComponentListener to the runescape window?
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Could you provide some context? That would make it considerably more easy to respond to this question.
 
Joined
Aug 19, 2016
Messages
11
Well with a ComponentListener I want to be able to get WindowMoved, WindowResized, WindowShown, and WindowHidden events, I thought that was self explanatory and that context was irreverent but mb. I want to have a JDialog follow the runescape window.
 
Top