<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; JCheckBox</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/jcheckbox/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Add a Border to a JCheckBox</title>
		<link>http://helpdesk.objects.com.au/java/add-a-border-to-a-jcheckbox?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a-border-to-a-jcheckbox</link>
		<comments>http://helpdesk.objects.com.au/java/add-a-border-to-a-jcheckbox#comments</comments>
		<pubDate>Mon, 21 Sep 2009 03:58:04 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[Border]]></category>
		<category><![CDATA[borderPainted]]></category>
		<category><![CDATA[JCheckBox]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1212</guid>
		<description><![CDATA[myCheckbox.setBorder(new LineBorder(Color.red, 2)); When you use the above code to add a Border to a JCheckBox your border will more than likely not display. Reason being that JCheckBox sets the UI property borderPainted to false. To have the border displayed you need to explicitly tell the JCheckBox to paint it&#8217;s border using the following call [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/add-a-border-to-a-jcheckbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do add a checkbox to items in a JList?</title>
		<link>http://helpdesk.objects.com.au/java/how-do-add-a-checkbox-to-items-in-a-jlist?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-add-a-checkbox-to-items-in-a-jlist</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-add-a-checkbox-to-items-in-a-jlist#comments</comments>
		<pubDate>Tue, 23 Sep 2008 01:36:56 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[JCheckBox]]></category>
		<category><![CDATA[JList]]></category>
		<category><![CDATA[renderer]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=150</guid>
		<description><![CDATA[You need 3 things: Make sure the items in your list have a property that indicates whether they are selected or not Use a JCheckBox as a list cell renderer A mouse listener to change the state of a list item when clicked import java.awt.Component; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.JCheckBox; import javax.swing.JFrame; import javax.swing.JList; [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-add-a-checkbox-to-items-in-a-jlist/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

