Thread
:
problems with JFrame!?
View Single Post
virxen
Pro contributor
16Feb2010,16:26
you mean you don't see the windows(jframe) at all or the graphics you draw inside?
try this
change
pack();
with
setSize(300,300);
if that doen't help post the whole code ,with all classes needed.