views:

33

answers:

1

Hello all,

Is there a way to set the location of the output windows even before running.. My project has more than two forms , and i would like to display them in a non-overlapped fashion , and set their layout beforehand. ( I'm using netbeans..)

+1  A: 

This question and answer looks like it might have info that will help you: http://stackoverflow.com/questions/1685862/swing-how-to-position-jframe-n-pixels-away-from-the-center-of-the-screen-at-firs

This q & a also has some useful suggestions: http://www.jguru.com/faq/view.jsp?EID=100082

vkraemer