Kevin,

In your Screen, just do this:

String getLayout(RunData data)
{
    return null;
}

If you look in DefaultPage, that causes it to do essentially the same thing
that you have already done in EmptyLayout.

If you need to have multiple screen's use that same layout, then simply
define a BaseScreen with the above code in it that the rest of your Screen's
extend.

-jon


-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to