[Jscroll-user] InternalFrameListener being ignored?
Brought to you by:
tom_tessier
From: Michael I. <mia...@em...> - 2003-05-02 21:00:18
|
Using Java 1.4.1 and JScroll 1.0.2 on a custom Linux install, I've run into the following problem: I've got a class that inherits from JInternalFrame and has its own InternalFrameListener. The InternalFrameListener's methods are being called at the correct times, but their effects seem to be getting ignored by JScrollPane. For example, one listener's internalFrameClosing method is supposed to close another frame, and it claims to have done so (print statements), but there's no change on the screen. Everything works fine if I don't put my frames in a ScrollDesktopPane. Is there something special about a JScrollDesktopPane that I'm missing, or is it possibly Java's fault? ~MJI |