java - How to position a JFrame permanently above another? -
the jist of problem this: have 2 jframes, lets big jframe foo , smaller jframe baz. have both open @ same time, there way make baz never hidden "behind" foo? right when baz "in front" , click on foo, baz disappears behind foo, don't want happen.
don't use 2 jframes. trying make "bar" window behave dialog, , in fact should dialog, jdialog exact, , should set parent window "foo" jframe.
Comments
Post a Comment