I was making this GUI with the AWT package. I cannot find a way to dreate a Frame and display it on the screen in a Maximized form. Please can anybody help me with this. I want to know how u can create a Frame inherited class and display the frame on the screen in the maximised form.
I tried using getMaximumSize() and then setSize() but this does not get the maximized form, it however gets the same size.
I tried using getMaximumSize() and then setSize() but this does not get the maximized form, it however gets the same size.