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

org.noos.xing.mydoggy.plaf.ui.look.MultiSplitPanelUI Maven / Gradle / Ivy

The newest version!
package org.noos.xing.mydoggy.plaf.ui.look;

import javax.swing.*;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicPanelUI;

/**
 * @author Angelo De Caro ([email protected])
 */
public class MultiSplitPanelUI extends BasicPanelUI {


    public static ComponentUI createUI(JComponent c) {
        return new MultiSplitPanelUI();
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy