How to “Open” and “Save” using java

后端 未结 6 1760
甜味超标
甜味超标 2020-12-02 19:37

I want to make an \"Open\" and \"Save\" dialog in java. An example of what I want is in the images below:

Open:

6条回答
  •  天涯浪人
    2020-12-02 20:28

    You can find an introduction to file dialogs in the Java Tutorials. Java2s also has some example code.

提交回复
热议问题