<?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>m-eken &#187; full screen</title>
	<atom:link href="http://m-eken.com/tag/full-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 19:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Full Screen Sample</title>
		<link>http://m-eken.com/2009/05/27/full-screen-sample/</link>
		<comments>http://m-eken.com/2009/05/27/full-screen-sample/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:44:34 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[J2ME]]></category>
		<category><![CDATA[full screen]]></category>
		<category><![CDATA[setFullScreenMode()]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=454</guid>
		<description><![CDATA[package p3131p;import javax.microedition.lcdui.Canvas; import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Graphics; import javax.microedition.midlet.MIDlet; import javax.microedition.midlet.MIDletStateChangeException;public class P3130M extends MIDlet { public P3130M() { } protected void destroyApp(boolean arg0) throws MIDletStateChangeException {} protected void pauseApp() {} protected void startApp() throws MIDletStateChangeException { Canvas canvas=new MyScreen(); Display display=Display.getDisplay(this); display.setCurrent(canvas); canvas.setFullScreenMode(true); // FullScreen } class MyScreen extends Canvas{ public void paint(Graphics g){ [...]]]></description>
			<content:encoded><![CDATA[<p><code>package p3131p;import javax.microedition.lcdui.Canvas;<br />
import javax.microedition.lcdui.Display;<br />
import javax.microedition.lcdui.Graphics;<br />
import javax.microedition.midlet.MIDlet;<br />
import javax.microedition.midlet.MIDletStateChangeException;public class P3130M extends MIDlet  {<br />
public P3130M() { }<br />
protected void destroyApp(boolean arg0) throws MIDletStateChangeException {}<br />
protected void pauseApp() {}<br />
protected void startApp() throws MIDletStateChangeException {<br />
Canvas canvas=new MyScreen();<br />
Display	display=Display.getDisplay(this);<br />
display.setCurrent(canvas);<br />
canvas.setFullScreenMode(true); // FullScreen<br />
}<br />
class MyScreen extends Canvas{<br />
public void paint(Graphics g){<br />
g.setColor(100,200,100);<br />
g.fillRect(0,0,getWidth(), getHeight());<br />
} } }</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2009/05/27/full-screen-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

