Package com.substanceofcode.rssreader.presentation

Examples of com.substanceofcode.rssreader.presentation.PromptForm


    if (title.length() == 0) {
      hasTitle = false;
      title = getItemDescription(item.getDescription());
    }
    //#ifdef DTEST
    m_itemForm = new PromptForm( this, title );
    //#else
    m_itemForm = new Form( title );
    //#endif
    final boolean pageEnabled = m_appSettings.getPageEnabled();
    final boolean htmlEnabled = m_appSettings.getHtmlEnabled();
View Full Code Here

TOP

Related Classes of com.substanceofcode.rssreader.presentation.PromptForm

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.