popupmenu and JTable question

"Hello, it's Krishna" <[email protected]>
Newsgroups gmane.comp.embedded.carlsbad-cubes
Message-ID <[email protected]>
I have the following in my xml file.

<frame>
<menubar>
  <menu name="Message">
    <menuitem name="Incoming" />
    <menuitem name="Outgoing" icon="icons/right.gif"
/>
       <popupmenu>
          <menuitem name="Normal" />
          <menuitem name="Special" />
       </popupmenu>
    <separator />
    <menuitem name="Exit" />
  </menu>
  <menu name="Import/Export">
    <menuitem name="Incoming" />
    <separator />
    <menuitem name="Outgoing" />
  </menu>
<menubar>
<tabbedpane titles="Outgoing,Incoming,Subscriptions">
  <panel>
    <table id="table1" ShowHorizontalLines="true"
ShowVerticalLines="true">
    </table>
  </panel>
  <panel>
    ...
  </panel>
  <panel>
    ...
  </panel>
</tabbedpane>
</frame>

Question(s):
-----------
a)  Am I using the popupmenu right? It doesn't semm
    to show up.
b)  The table tag creates an empty "panel". I believe
    I need to populate it with (initial) data.
However,
    even after I tried that, I donot see any data.
    Again, what did I miss here.

Thank you for the help in advance. I am beginning to
use both SwixML and Thinlets. They are "plain" and
"simple" - great job! I have been following most of
the discussions from almost day-one.


Thank you,
- Krishna Mathis.


=====
- Krishna Mathis.
Phone: (704) 845-8334 (Charlotte, NC)
Mobile: (408) 373-2168  
E-mail: [email protected]

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.