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

[393 byte] By [Mr.Brightsidea] at [2007-11-27 10:06:33]
# 1
I don't use NetBeans, so setVisible works for me ;-)
BigDaddyLoveHandlesa at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 2

> 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();

deAppela at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 3
I went with the version in the subject line...
BigDaddyLoveHandlesa at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 4
It's a bummer when you can't find things in Netbeans properties. You have to actually write it for yourself.
_helloWorld_a at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 5
> It's a bummer when you can't find things in Netbeans> properties. You have to actually write it for> yourself.Damn you, Netbeans, Damn you to Hell!
BigDaddyLoveHandlesa at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 6

> > 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"?

_helloWorld_a at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...
# 7
> No ".setVisible( )" in JFrameNo, there's no .setVisible( ) either. I use .setVisible(boolean), but I'm crazy like that.
bsampieria at 2007-7-13 0:42:48 > top of Java-index,Java Essentials,Java Programming...