com.viaoa.web.swing.JTabbedPane Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa Show documentation
Show all versions of oa Show documentation
Object Automation library
The newest version!
package com.viaoa.web.swing;
public class JTabbedPane extends Component {
public static final String SCROLL_TAB_LAYOUT = null;
public void setTabLayoutPolicy(String scrollTabLayout) {
// TODO Auto-generated method stub
}
}