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

ingenias.editor.rendererxml.WithoutPortsPanel Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
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
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy