简体   繁体   中英

How to make “Open File…” window in netbeans PLATFORM?

I need to create something like 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.

使用WindowManager.getDefault().getMainWindow()作为JFileChooser对话框的父级。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM