No ".setVisible( )" in JFrame
Well in all my Jframes in NetBeans you know the .SetVisible method? well it seems to not exist anymore. like I was trying to make some buttons dissapear on my GUI when you pressed a button but yeah, it's not there anymore.
Did I like push some odd setting or anything? And it does it with all the files I opened even ones other people made.
Any Help?
-Mr.Brightside
> Well in all my Jframes in NetBeans you know the
> .SetVisible method? well it seems to not exist
> anymore. like I was trying to make some buttons
> dissapear on my GUI when you pressed a button but
> yeah, it's not there anymore.
>
> Did I like push some odd setting or anything? And it
> does it with all the files I opened even ones other
> people made.
>
> Any Help?
> -Mr.Brightside
Well.. .SetVisible(); doesn't exist.
Try .setVisible();
> > It's a bummer when you can't find things in
> Netbeans
> > properties. You have to actually write it for
> > yourself.
>
> **** you, Netbeans, **** you to Hell!
Yes! F NetBeans, the IDE that makes Newbies actually think they can program until they get to the controller and model part of this Model-View-Controller thingy that is mentioned throughout the web!
I think I actually seen a couple of threads here today where people had dragged and dropped a few components on the a frame and where asking something a long the lines of "Okay, what do I do now"?