Posted By:
prashanth_narayan
Posted On:
Monday, April 29, 2002 12:11 AM
well using defaultToolkit u can get the screen size of ur monitor set the size of the JFrame to tht one,
for disabling the max button
make the JFrame.setResizable(false);
;)
cheers