com.jgoodies.looks.plastic

Class PlasticInternalFrameTitlePane


public final class PlasticInternalFrameTitlePane
extends MetalInternalFrameTitlePane

Paints the internal frame title. Uses JGoodies Plastic colors.
Version:
$Revision: 1.6 $
Author:
Karsten Lentzsch

Constructor Summary

PlasticInternalFrameTitlePane(JInternalFrame frame)

Method Summary

protected String
getTitle(String text, FontMetrics fm, int availTextWidth)
void
paintComponent(Graphics g)
void
paintPalette(Graphics g)

Constructor Details

PlasticInternalFrameTitlePane

public PlasticInternalFrameTitlePane(JInternalFrame frame)

Method Details

getTitle

protected String getTitle(String text,
                          FontMetrics fm,
                          int availTextWidth)

paintComponent

public void paintComponent(Graphics g)

paintPalette

public void paintPalette(Graphics g)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.