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

com.github.gv2011.util.swing.imp.builder.Block Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.github.gv2011.util.swing.imp.builder;

import javax.swing.JComponent;
import javax.swing.JPanel;

import com.github.gv2011.util.icol.Opt;

abstract class Block implements Flexible{

  abstract Opt component();

  void addTo(final JPanel contentPane){}

  void setHorizontal(final short left, final short width){}

  void setVertical(final short upper, final short height){}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy