Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
/*
 * Copyright LGPL3
 * YES Technology Association
 * http://yestech.org
 *
 * http://www.opensource.org/licenses/lgpl-3.0.html
 */

import java.io.File;

public class Main {
    public static File locateFileInApp(String filePath) {
        throw new UnsupportedOperationException("Not Yet implemented");
    }
}