File
Doc
Category
Size
Date
Package
PaperPane.java
API Doc
Example
338
Tue Dec 12 18:58:42 GMT 2000
bingo.player
PaperPane
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
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
Java Code Source