> Are your apps using 3rd party libraries? Are the user interfaces built by
> "hand" or using a GUI Builder?

Our user interface is built by 95% hand (some minor dialog boxes are
built using symantec cafe). If noone has had the same problem it may be
the result of using some specific combination of components on my part
CardLayout + JLayeredPane) or because of a custom component (something
from scratch that extended from JComponent / JPanel) that we wrote.

Actually, I'm beginning to suspect CardLayout, because the way it is
implemented is horrid... (it uses setVisible() to switch between
panels). This causes problems when you do stuff with mouse listeners to
multiple panels within.. Drag + Drop does wierd things on it and
JTabbedPane I belive uses CardLayout, so that sucks.

But still again, whatever I do shouldn't lock up java in the native
code...

-rchit


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to