「proce55ing」のタグがつけられたコード一覧
String loadPath = selectInput(); if (loadPath == null) { println("ファイルが選択されていません"); } else { File file = new File(loadPath);//文字列をFile型にする http://java.sun.com/javase/ja/6/docs/ja/api/java/io/File.html