I'm trying to add a MapBean to a JPanel. So part of my program
is:
try {
beanHandler.add(propH);
beanHandler.add(mapBean);
propHandler.createComponents(beanHandler);
} catch (MultipleSoloMapComponentException e) {
MiscErrorMessage.msg(
"Tried to add mulitple occurences of the same type in Map.");
}
When my program reaches the "createComponents" line, it shows the
MapBean on the screen immediately. I then have to hide the
MapBean, do further processing on it and then add it to the JPanel.
How do I get to process the bean, but not have it show up until
I'm done with it?
-bj-
Bart J. Geraci
bjg@ModelSoftware.com
BJGeraci@aol.com
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Thu Jan 2 13:16:00 2003
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:34 EDT