FredK
unread,May 29, 2013, 1:04:18 PM5/29/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I want to find the bounds of the taskbar (on Windows) so that I can constrain the position and size of a dialog such that it does not overlap the taskbar.
For a single screen, I can use Toolkit.getDefaultToolkit().getScreenSize()
and toolkit.getScreenInsets().
But I have multiple screens, with the taskbar only on one of them.
I want to use the full screen size on the screens without the taskbar,
and the size minus insets on the one that does have it.
I don't know how to find which screen is displaying the taskbar, or,
alternatively, what the actual bounds of the taskbar are.
--
Fred K