Package net.sf.microproperties

Examples of net.sf.microproperties.Properties


   *
   * @throws MIDletStateChangeException
   *             if the MIDlet fails to change the state.
   */
  protected void startApp() throws MIDletStateChangeException {
    Properties properties = new MidletProperties(this, MicrologConstants.DEFAULT_PROPERTY_FILE);
    loader = new RecordStoreLogLoader(properties);
    display.setCurrent(logScreen);
  }
View Full Code Here

TOP

Related Classes of net.sf.microproperties.Properties

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.