
com.viaoa.web.swing.JPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-web Show documentation
Show all versions of oa-web Show documentation
Object Automation Web library
package com.viaoa.web.swing;
import java.awt.Dimension;
public class JPanel extends Component {
public JPanel(LayoutInterface layout) {
// TODO Auto-generated constructor stub
}
public void add(ComponentInterface comp) {
// TODO Auto-generated method stub
}
public void add(ComponentInterface comp, Object layoutPosition) {
// TODO Auto-generated method stub
}
public void setMinimumSize(Dimension dimension) {
// TODO Auto-generated method stub
}
public void setBorder(BorderInterface emptyBorder) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy