开发者

Closing Java FrameView

开发者 https://www.devze.com 2023-01-16 00:04 出处:网络
Is there anyting similar to JFrame.dispose() for Java FrameView I want that the FrameView should close w开发者_如何学运维hen some action is performedAs far a I know the FrameView you\'re speaking abo

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

精彩评论

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

关注公众号