Click to See Complete Forum and Search --> : Placing Frame-window on your screen.


Jan Meeuwesen
February 22nd, 2000, 05:56 AM
Hi there,

I was wondering how I can place a Frame-window on another place of the screen. The default place where the screen appears is the top-left corner, and that's not really what I want.

Maybe you can help me.

Thanx,
Jan Meeuwesen

kannanbalu
February 22nd, 2000, 10:17 AM
Try
frame.setBounds(200, 200, 100, 100);

Kannan

Jan Meeuwesen
February 23rd, 2000, 03:53 AM
Thank you,

This is certainly the solution.

Greets,
Jan.