![JAR search and dependency download from the Maven repository](/logo.png)
tutorial.support.sets.BasicDockFrontendSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docking-frames-demo-tutorial Show documentation
Show all versions of docking-frames-demo-tutorial Show documentation
${project.name} is an enry-level tutorial for docking-frames
The newest version!
package tutorial.support.sets;
import tutorial.C2_DockFrontendBasics_01_DockFrontend;
import tutorial.C2_DockFrontendBasics_02_PersistentLayout;
import tutorial.support.Tutorial;
@Tutorial(title="DockFrontend", id="BasicsDockFrontend")
public class BasicDockFrontendSet extends TutorialSet{
public BasicDockFrontendSet(){
super( C2_DockFrontendBasics_01_DockFrontend.class,
C2_DockFrontendBasics_02_PersistentLayout.class );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy