I have and undecorated JFrame, not resizable and placed bottom/center of the screen. The JFrame have 100 pixels height and 1000 pixels width. If the taskbar change his position, I want to place the JFrame according to the new position and size of the taskbar.
I already know how to place the JFrame just above of the taskbar, just need to know if there is any way to "listen" for this changes and set the new location of the JFrame automaticaly. I am using Eclipse and jdk 1.8
EDIT: I am not asking about listening screen changes. Is about taskbar changes. I can handle the screen changes.