public class BuildJPanel
extends java.lang.Object
| Constructor and Description |
|---|
BuildJPanel(int[] fl,
int[] dim,
int[] col,
boolean bev,
boolean op)
Build the entire JPanel according to the user specifications in the
constructor argument list.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getJPanel()
The purpose is return the constructed JPanel - this is used by class
EarthView.
|
public BuildJPanel(int[] fl,
int[] dim,
int[] col,
boolean bev,
boolean op)
fl - The Flow control numbersdim - The Dimensions - width by heightcol - The RGB Color numbersbev - If true then set raised beveled appearanceop - If true then set the panel to be "opaque"