
com.github.dsnviewer.model.Junction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsnviewer Show documentation
Show all versions of dsnviewer Show documentation
The java/swing application to view DSN files
The newest version!
package com.github.dsnviewer.model;
public class Junction extends Dot {
public Junction() {
}
public Junction(String str) {
super(str);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy