Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: clusardi2k@aol.com Newsgroups: comp.lang.java.programmer Subject: Re: Layout Doesn't Work Date: Wed, 8 Aug 2012 09:24:39 -0700 (PDT) Organization: http://groups.google.com Lines: 22 Message-ID: References: <75d52d16-d119-4cee-a9b3-426de8ccbb5d@googlegroups.com> NNTP-Posting-Host: 198.151.13.60 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1344444059 12051 127.0.0.1 (8 Aug 2012 16:40:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 8 Aug 2012 16:40:59 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=198.151.13.60; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT User-Agent: G2/1.0 X-Received-Bytes: 1993 Xref: csiph.com comp.lang.java.programmer:17354 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? > 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; }