package Method; import java.io.File; import javax.swing.filechooser.FileSystemView; /**´ËÀàÓÃÓÚ»ñÈ¡×ÀÃæµÄ·¾¶*/ public class GetDeskPath { //»ñµÃ×ÀÃæµÄ·¾¶ static FileSystemView fsv= FileSystemView.getFileSystemView(); //»ñµÃ×ÀÃæÂ·¾¶ static File paht=fsv.getHomeDirectory(); public static File path() { return paht; } }