![JAR search and dependency download from the Maven repository](/logo.png)
bibliothek.demonstration.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docking-frames-demo-app Show documentation
Show all versions of docking-frames-demo-app Show documentation
${project.name} is a demonstration bundle application
The newest version!
package bibliothek.demonstration;
/**
* This class is used only to startup the application.
* @author Benjamin Sigg
*/
public class Main {
/**
* Starts the application
* @param args are ignored
*/
public static void main( String[] args ){
Core core = new Core();
core.startup();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy