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

com.jidesoft.plaf.metal.MetalJideTabbedPaneUI Maven / Gradle / Ivy

/*
 * @(#)WindowsTabbedPaneUI.java
 *
 * Copyright 2002 JIDE Software Inc. All rights reserved.
 */

package com.jidesoft.plaf.metal;

import com.jidesoft.plaf.vsnet.VsnetJideTabbedPaneUI;

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


/**
 * JideTabbedPane UI implementation
 */
public class MetalJideTabbedPaneUI extends VsnetJideTabbedPaneUI {
    public static ComponentUI createUI(JComponent c) {
        return new MetalJideTabbedPaneUI();
    }
}







© 2015 - 2025 Weber Informatics LLC | Privacy Policy