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

com.viaoa.web.swing.JSplitPane 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 JSplitPane extends Component {

    public static final String VERTICAL_SPLIT = null;
    public static final String HORIZONTAL_SPLIT = null;

    public JSplitPane(String verticalSplit, JPanel searchPanel, JPanel selectPanel) {
        // TODO Auto-generated constructor stub
    }

    public void addNotify() {
        // TODO Auto-generated method stub
        
    }

    public Dimension getSize() {
        return null;
    }
    
    public void setResizeWeight(double d) {
        
    }

    public void setDividerSize(int i) {
        // TODO Auto-generated method stub
        
    }

    public void setOneTouchExpandable(boolean b) {
        // TODO Auto-generated method stub
        
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy