Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #17354

Re: Layout Doesn't Work

From clusardi2k@aol.com
Newsgroups comp.lang.java.programmer
Subject Re: Layout Doesn't Work
Date 2012-08-08 09:24 -0700
Organization http://groups.google.com
Message-ID <bddfefd2-26be-4ebe-ba11-7bec2710fc19@googlegroups.com> (permalink)
References (2 earlier) <75d52d16-d119-4cee-a9b3-426de8ccbb5d@googlegroups.com> <jvs6uv$1df$1@dont-email.me> <jvsijp$u5l$1@dont-email.me> <e26bb607-9645-4ae7-9a43-4603d4bfcfce@googlegroups.com> <jvu03u$4ok$1@dont-email.me>

Show all headers | View raw


On Wednesday, August 8, 2012 11:20:27 AM UTC-4, markspace wrote:
> 
> What have you actually tried?  Where's your code? 

> What in this tutorial doesn't work for you? 

> <http://netbeans.org/kb/docs/java/gui-functionality.html#Exercise_3> 

Thanks, it appears small projects work well! So, I have to investigate why setVisible is not working for me. 

Basically, I'm going to move the below code down through my project to see where things stop working. I'll report back in a few minutes!

            if ( jLabel1.isVisible() )
            {
                jLabel1.setVisible(false);
                return;
            }
            else if ( 1 == 1 )
            {
                jLabel1.setVisible(true);
                return;
            }

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

jLabel setVisible(true) Doesn't Work clusardi2k@aol.com - 2012-08-07 12:15 -0700
  Re: jLabel setVisible(true) Doesn't Work markspace <-@.> - 2012-08-07 12:33 -0700
    Re: jLabel setVisible(true) Doesn't Work clusardi2k@aol.com - 2012-08-07 15:22 -0700
      Re: jLabel setVisible(true) Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-07 19:08 -0400
        Layout Doesn't Work (was: jLabel setVisible(true) Doesn't Work) Jeff Higgins <jeff@invalid.invalid> - 2012-08-07 22:27 -0400
          Re: Layout Doesn't Work (was: jLabel setVisible(true) Doesn't Work) clusardi2k@aol.com - 2012-08-08 05:54 -0700
            Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-08 11:22 -0400
              Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-08 14:00 -0400
            Re: Layout Doesn't Work markspace <-@.> - 2012-08-08 08:20 -0700
              Re: Layout Doesn't Work clusardi2k@aol.com - 2012-08-08 09:24 -0700
                Re: Layout Doesn't Work clusardi2k@aol.com - 2012-08-08 10:22 -0700
                Re: Layout Doesn't Work markspace <-@.> - 2012-08-08 10:31 -0700
                Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-08 13:49 -0400
                Re: Layout Doesn't Work clusardi2k@aol.com - 2012-08-08 11:15 -0700
                Re: Layout Doesn't Work markspace <-@.> - 2012-08-08 11:48 -0700
                Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-10 10:09 -0400
                Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-10 10:20 -0400
                Re: Layout Doesn't Work Jeff Higgins <jeff@invalid.invalid> - 2012-08-10 13:48 -0400
  Re: jLabel setVisible(true) Doesn't Work "John B. Matthews" <nospam@nospam.invalid> - 2012-08-07 22:09 -0400
  Re: jLabel setVisible(true) Doesn't Work Roedy Green <see_website@mindprod.com.invalid> - 2012-08-09 05:38 -0700

csiph-web