B4J Question Want to position panel at top left of monitor.

chuck3e

Active Member
Licensed User
Longtime User
When my app opens a panel it always appears in the center of the computer screen. I would like to reposition it so that it is in the top left of the screen. Is there a parameter(s) that does that?
 

Daestrum

Expert
Licensed User
Longtime User
MainForm.WindowLeft and MainForm.WindowTop sets the position of the window.
 
Upvote 0

chuck3e

Active Member
Licensed User
Longtime User
Daestrum,
That's exactly what I am looking for! Thank you very much. Something I should have been able to figure out but I don't know where to find the list of all these parameters that are available.
 
Upvote 0
Top