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

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

Go to download

Meta-language editor built over INGENME. It is the most basic editor to be used in the rest of projects

There is a newer version: 1.0.9
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 - 2025 Weber Informatics LLC | Privacy Policy