开发者

Closing Java FrameView

Is there anyting similar to JFrame.dispose() for Java FrameView

I want that the FrameView should close w开发者_如何学运维hen some action is performed


As far a I know the FrameView you're speaking about extends JFrame, so the method is dispose() as well.

Here are the FrameView classes I found :
org.jmat.io.gui.FrameView => extends javax.swing.JFrame
org.jdesktop.application.FrameView => offer a method getFrame() which returns a JFrame

But giving the real name of your FrameView class would really really help here...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜