Create an Account

Already have account?

Forgot Your Password ?

Home / Questions / Write a java program that displays a frame window 300pixels wide and 200 pixels high with the...

Write a java program that displays a frame window 300pixels wide and 200 pixels high with the...

Write a java program that displays a frame window 300pixels wide and 200 pixels high with the title My First Frame.Place the frame so that its top left corner is at a position 50 pixels from the top of the screen and 100 pixels from the left of the screen.To position a window at a specified location.you use the setLocation method,as in//assign mainWindow is declared and createdframe.setLocation( 50.50 )

Apr 06 2020 View more View Less

Answer (Solved)

question Subscribe To Get Solution

Related Questions