<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>jAlbum forums: Message List - How to enable / disable a check-box in Netbeans</title>
    <link>https://jalbum.net/forum</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Gold 5.5.25 (www.jivesoftware.com)</generator>
    
    <pubDate>Mon, 20 Jul 2026 02:27:49 +0200</pubDate>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362807&amp;tstart=0#362807</link>

        

        
            <description><![CDATA[Thnks!]]></description>
        

        <pubDate>Tue, 18 Jul 2023 19:57:20 +0200</pubDate>

        

        <jf:creationDate>Tue, 18 Jul 2023 19:57:20 +0200</jf:creationDate>
        <jf:modificationDate>Tue, 18 Jul 2023 19:57:20 +0200</jf:modificationDate>
        <jf:date>18 Jul 2023</jf:date>
        <jf:author>AndreWolff</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362800&amp;tstart=0#362800</link>

        

        
            <description><![CDATA[enableSlideShow.isSelected()]]></description>
        

        <pubDate>Tue, 18 Jul 2023 17:13:49 +0200</pubDate>

        

        <jf:creationDate>Tue, 18 Jul 2023 17:13:49 +0200</jf:creationDate>
        <jf:modificationDate>Tue, 18 Jul 2023 17:13:49 +0200</jf:modificationDate>
        <jf:date>18 Jul 2023</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362778&amp;tstart=0#362778</link>

        

        
            <description><![CDATA[Good idea, I never used that in NetBeans. I tried this:<pre class="jive-pre"><code class="jive-code jive-java">                            <font color="navy"><b>new</b></font> StateMonitor() <font color="navy">{</font>...]]></description>
        

        <pubDate>Tue, 18 Jul 2023 12:25:41 +0200</pubDate>

        

        <jf:creationDate>Tue, 18 Jul 2023 12:25:41 +0200</jf:creationDate>
        <jf:modificationDate>Tue, 18 Jul 2023 12:25:41 +0200</jf:modificationDate>
        <jf:date>18 Jul 2023</jf:date>
        <jf:author>AndreWolff</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362773&amp;tstart=0#362773</link>

        

        
            <description><![CDATA[Good. In general, adding System.out.println("...") statements to spots of interest, like setting up the StateMonitor may guide you to the cause of the problem. Perhaps the StateMonitor code wasn't even called?]]></description>
        

        <pubDate>Tue, 18 Jul 2023 11:18:50 +0200</pubDate>

        

        <jf:creationDate>Tue, 18 Jul 2023 11:18:50 +0200</jf:creationDate>
        <jf:modificationDate>Tue, 18 Jul 2023 11:18:50 +0200</jf:modificationDate>
        <jf:date>18 Jul 2023</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362769&amp;tstart=0#362769</link>

        

        
            <description><![CDATA[I could solve this problem by moving the check-box "Start slide show automatically if index page is skipped" outside the slide show parameters panel.]]></description>
        

        <pubDate>Mon, 17 Jul 2023 21:04:24 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 21:04:24 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 21:04:24 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>AndreWolff</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362765&amp;tstart=0#362765</link>

        

        
            <description><![CDATA[Well my project file contains this<pre class="jive-pre"><code class="jive-code jive-java">skin.skipIndexPage=<font color="navy"><b>false</b></font>...]]></description>
        

        <pubDate>Mon, 17 Jul 2023 17:42:46 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 17:42:46 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 17:42:46 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>AndreWolff</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362764&amp;tstart=0#362764</link>

        

        
            <description><![CDATA[That's what the <b>.done()</b> is for. It sets the enabling on <b>autoPlaySlideShow</b> upon skin loading, taking the skin default for <b>skipIndexPage</b>, or taking the saved value of <b>skipIndexPage</b> from the project file. The <b>.done()</b>...]]></description>
        

        <pubDate>Mon, 17 Jul 2023 17:17:45 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 17:17:45 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 17:17:45 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362761&amp;tstart=0#362761</link>

        

        
            <description><![CDATA[Well David and Jeff, thanks for your replies, but your proposed solutions do not solve my problem.<br />...]]></description>
        

        <pubDate>Mon, 17 Jul 2023 16:08:30 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 14:38:42 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 16:08:30 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>AndreWolff</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362758&amp;tstart=0#362758</link>

        

        
            <description><![CDATA[Or, since it can tackle complex conditions and multiple target fields, use <b>enable</b>:<pre class="jive-pre"><code class="jive-code jive-java"><font color="navy"><b>new</b></font> StateMonitor() <font color="navy">{</font>...]]></description>
        

        <pubDate>Mon, 17 Jul 2023 13:54:22 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 13:54:22 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 13:54:22 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: How to enable / disable a check-box in Netbeans</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=362755&amp;tstart=0#362755</link>

        

        
            <description><![CDATA[Your code looks correct. I've tested in on Minimal skin, and it behaves. It's the "done()" call that does the initialization of the state. <br />...]]></description>
        

        <pubDate>Mon, 17 Jul 2023 13:42:42 +0200</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2023 13:42:23 +0200</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2023 13:42:42 +0200</jf:modificationDate>
        <jf:date>17 Jul 2023</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>



</channel>
</rss>