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

com.viaoa.web.swing.JPanel Maven / Gradle / Ivy

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