I have a java swing application which is a ticker and it's on top of display. Now I need a way to place other windows applications when they are maximized to be below of my ticker. I mean I don't want my application to overlap other app' s toolbar.
Is there a way to implement such a functionality?
Something like in image, above is my ticker and a chrome can be maximized and the shouldn't overlap toolbar:
Thank you.