popup

i磛e got a little problem with popup (java.swing.popup)

i磛e got JFrame which may be minimalized and i want to show a popup

when i call popup.show(), nothing changes (while JFrame is ICONIFIED)

so, my problem is how to show popup while the window - that owns that popup - is ICONIFIED

can you pls help me?

[334 byte] By [kvasooa] at [2007-11-26 18:11:22]
# 1
Hopefully you want to make the JFrame non-iconified at this point? see JFrame.setExtendedState.If not, that would be non-standard behavior. But, you could use a new top-level window like JWindow, JDialog, or JFrame to achieve what you want.
Jasprea at 2007-7-9 5:43:54 > top of Java-index,Desktop,Core GUI APIs...
# 2
well, i really want to make JFrame iconified, but that磗 not a problemthe question is, how to show popup, while the window is iconified (minimized)
kvasooa at 2007-7-9 5:43:54 > top of Java-index,Desktop,Core GUI APIs...