ingenias.editor.rendererxml.WithoutPortsPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sociaalmled Show documentation
Show all versions of sociaalmled Show documentation
A editor for modelling scenarios for PHAT simulator
package ingenias.editor.rendererxml;
import java.awt.LayoutManager;
import javax.swing.JPanel;
public class WithoutPortsPanel extends JPanel {
public WithoutPortsPanel() {
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(LayoutManager arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(boolean arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(LayoutManager arg0, boolean arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}