Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MOMRecentSearchGroup.java
Package: src.zip [view]
Upload User: luxiaowei
Upload Date: 2022-06-06
Package Size: 58k
Code Size: 1k
Category:
J2ME
Development Platform:
Java
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package com.MOM.ui.control;
- /**
- *
- * @author Swaroop Kumar
- */
- public class MOMRecentSearchGroup extends MOMInfoGroup{
- public MOMRecentSearchGroup(String title) {
- super(title);
- }
- public void addInformation(String name,String reading,String change)
- {
- // control.setSelectionFont(Resources.getInstance().getFontWhiteSmallPalin());
- // control.setLeftArrowColor(0x999999);
- // control.setSelectionBgColor(0x558ED5);
- // control.setSelectionBorderColor(0x558ED5);
- // if(!extraInformationAdded)
- // {
- // addChildren(control);
- // }else{
- // addChildrenAt(control, getSize() - 1);
- // }
- // changeSize();
- }
- }