All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webswing.demo.NbMain Maven / Gradle / Ivy

package org.webswing.demo;

import org.netbeans.core.startup.Main;

public class NbMain {
	public static void main(String[] args) throws Exception {
		Main.main(args);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy