Hi Ede,Nice idea. Seems to me that the only check call involved is in EnableCheckMenuItemShownListener.Don't you thing it maybe an overkilled solution. It means that opening a new menu will create as many threads as visible menuitems. I don't want to slow down every enablecheck just to solve a ra
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";>
Hi Ede,Nice idea. Seems to me that the only check call involved
is in EnableCheckMenuItemShownListener.Don't you thing it maybe an
overkilled solution. It means that opening a new menu will create as many
Mike,
threading was mainly meant to wrap the check itself, so it can be abandoned
after a timeout. Swing would probably still run those one afte the other i
guess.
provided the EnableChecks are generally fast and read only and modern CPUs are
multicore, i wouldn't expect disadvantages though.