<?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>天天成长的博客 &#187; 改变applet的灰色背景色</title>
	<atom:link href="http://ddgrow.com/tag/%e6%94%b9%e5%8f%98applet%e7%9a%84%e7%81%b0%e8%89%b2%e8%83%8c%e6%99%af%e8%89%b2/feed" rel="self" type="application/rss+xml" />
	<link>http://ddgrow.com</link>
	<description>关注技术、关注生活</description>
	<lastBuildDate>Wed, 26 Oct 2011 09:11:12 +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>改变applet的灰色背景色</title>
		<link>http://ddgrow.com/%e6%94%b9%e5%8f%98applet%e7%9a%84%e7%81%b0%e8%89%b2%e8%83%8c%e6%99%af%e8%89%b2</link>
		<comments>http://ddgrow.com/%e6%94%b9%e5%8f%98applet%e7%9a%84%e7%81%b0%e8%89%b2%e8%83%8c%e6%99%af%e8%89%b2#comments</comments>
		<pubDate>Sat, 06 Mar 2010 03:28:20 +0000</pubDate>
		<dc:creator>逝去的风</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[改变applet的灰色背景色]]></category>

		<guid isPermaLink="false">http://ddgrow.com/?p=1241</guid>
		<description><![CDATA[改变applet的灰色背景色 如果你的applet类继承了javax.swing.JApplet，则需要这样设置 在init()方法中添加 getContentPane().setBackground(Color.white); 这里是设置为白色了。 如果你的applet类继承了javax.applet.Applet，则需要这样设置 在init()方法中添加 setBackground(Color.white); 这里是设置为白色了。 如果是设置无效，参照：http://www.hotscripts.com/forums/everything-java/36553-jdk-1-6-0-applet-background-color-issue.html 随机日志]]></description>
		<wfw:commentRss>http://ddgrow.com/%e6%94%b9%e5%8f%98applet%e7%9a%84%e7%81%b0%e8%89%b2%e8%83%8c%e6%99%af%e8%89%b2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
