开发者

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

开发者 https://www.devze.com 2023-01-26 09:53 出处:网络
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 开发者_如何学

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

精彩评论

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