开发者

Swing component to open an existing file and then after viewing file save the file

I need a swing component for opening an existing CSV file in notepad or respective available viewer installed on machine and then after viewing give the capability to the user to save the 开发者_如何学Pythonfile.

Appreciate your help.

Regards Paritosh


Offer the user a JFileChooser to select the File then call Desktop.edit(File), is the easiest way to achieve that functionality.

Here it would probably load in Excel or OO.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜