开发者

How to make "Open File..." window in netbeans PLATFORM?

开发者 https://www.devze.com 2022-12-23 08:59 出处:网络
I need to create something li开发者_开发问答ke internal frame in netbeans platform, which loads file from any location.

I need to create something li开发者_开发问答ke internal frame in netbeans platform, which loads file from any location. I tried it by jInternalFrame, but I was not able to find some container to which I can add my frame. I am working in netbeans platform, which has own pre-created main window.

Pease help me by any advice, I am dealing with this about 10 hours, still without result.


Use WindowManager.getDefault().getMainWindow() as parent for JFileChooser dialog.

0

精彩评论

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