<?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>Free Source Code &#187; TextField</title>
	<atom:link href="http://freesrc.com/tag/textfield/feed/" rel="self" type="application/rss+xml" />
	<link>http://freesrc.com</link>
	<description>java, flex, javascript, c, c++, android, j2me</description>
	<lastBuildDate>Fri, 26 Jun 2009 06:46:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Validate the size of a TextField</title>
		<link>http://freesrc.com/java/j2me/validates-the-size-of-a-textfield/</link>
		<comments>http://freesrc.com/java/j2me/validates-the-size-of-a-textfield/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 09:19:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[J2ME]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://freesrc.com/?p=151</guid>
		<description><![CDATA[
import com.planstick.business.User;
import com.planstick.event.PlanStickEvent;
import com.planstick.event.PlanStickEventListener;
import com.planstick.main.OC;
import com.planstick.net.Session;
import com.planstick.utils.Record;
import javax.microedition.lcdui.*;

public class LoginSettings extends Form implements CommandListener{
private TextField pasw = null;
private TextField login = null;
private Command save = new Command("Save", Command.OK, 0);
private Command back = new Command("Back", Command.BACK, 1);
private Command ok = new Command("OK", Command.ITEM, 1);

public LoginSettings(User user) {
super("");
if(user == null){
login = new TextField("Login:", "", 30, TextField.ANY);
pasw = [...]]]></description>
		<wfw:commentRss>http://freesrc.com/java/j2me/validates-the-size-of-a-textfield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		</channel></rss>