This article represents the breif overview about Pop-up TextBox and how to use it in JAVA ME. Pop-up TextBox is available from 3rd edition feature pack onwards on devices that include JAVA Runtime on S60 devices. A pop-up TextBox can be used by our application, if Nokia-UI-Enhancement: PopUpTextBox JAD attribute is defined, otherwise normal TextBox can be used.
The article contains a code snippests which represents the use of Pop-up TextBox. The example code is also attached with the article for our reference. The article also provides the screen shots to understand this concept.
Pop-up Textbox has advantages over normal TextBox, which are mentioned in the article. So information contained in this article is essential and can be very useful to the JAVA ME developers.
--Deepikagohil 02:59, 30 September 2009 (UTC)
This article shows how to use Newly introduced User Control called Popup TextBox. This control is can be added to Series 60 5th Edition phones.To make it available to application user just need to specify "Nokia-UI-Enhancement: PopUpTextBox" in the .jad file as one of its attributes.The Disadvantage of using Standard TextBox is given in clear way.
Article has complete implementation of the popup textbox and the code is given elaborately class by class. A specific implementation of how to make popup textbox by extending the root TextBox class is also given with screen shots. In total this article is aimed for increasing User Experience and that is the first requirement of today's applications.
--Kalki 16:35, 24 September 2009 (UTC)