com.jidesoft.plaf.office2007.Office2007JideTabbedPaneUI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)Office2007JideTabbedPaneUI.java 7/8/2009
*
* Copyright 2002 - 2009 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.plaf.office2007;
import com.jidesoft.plaf.vsnet.VsnetJideTabbedPaneUI;
import com.jidesoft.plaf.office2003.Office2003JideTabbedPaneUI;
import com.jidesoft.swing.JideTabbedPane;
import javax.swing.*;
import javax.swing.plaf.ComponentUI;
import java.awt.*;
/**
* JideTabbedPane UI implementation
*/
public class Office2007JideTabbedPaneUI extends Office2003JideTabbedPaneUI {
public static ComponentUI createUI(JComponent c) {
return new Office2007JideTabbedPaneUI();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy