FileDocCategorySizeDatePackage
PaperPane.javaAPI DocExample338Tue Dec 12 18:58:42 GMT 2000bingo.player

PaperPane

public class PaperPane extends JPanel
Ideally, this class should display a tiled "paper" image. Currently, it just displays a solid background.

Fields Summary
Constructors Summary
PaperPane(Image image)

        super(false);
        setBackground(new Color(1.0f, 0.99f, 0.89f));
    
Methods Summary