2011-01-20 10 views

答えて

5

あなたは、使用されるフレームワークに名前を付けませんでしたが、と仮定すると、それはSwingの、JFileChooserは最初のパスを設定することができ、いくつかのコンストラクタがありますAWTのフレームワークからFileDialogについては

JFileChooser(File currentDirectory) 
     Constructs a JFileChooser using the given File as the path. 

を設定するセッターを使用しますディレクトリの前にダイアログを表示

setDirectory(String dir) 
     Sets the directory of this file dialog window to be the specified directory. 
関連する問題