java Programming Glossary: tabindex
How can I change the shape of a JTabbedPane tab? http://stackoverflow.com/questions/7054466/how-can-i-change-the-shape-of-a-jtabbedpane-tab void paintTabBackground Graphics g int tabPlacement int tabIndex int x int y int w int h boolean isSelected Graphics2D g2D Graphics2D.. else if tabPane.isEnabled tabPane.isEnabledAt tabIndex g2D.setColor deSelectColor GradientPaint gradientShadowTmp.. 1 g2D.setColor hazAlfa getRunForTab tabPane.getTabCount tabIndex 1 g2D.fill shape g2D.fill shape @Override protected void paintText..
|