public class ScrollingMessageFrame
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SCREEN_HEIGHT |
static int |
SCREEN_WIDTH |
| Constructor and Description |
|---|
ScrollingMessageFrame(java.lang.String title) |
ScrollingMessageFrame(java.lang.String title,
boolean show) |
| Modifier and Type | Method and Description |
|---|---|
void |
println(java.lang.String line)
outputs a line to the compile screen
|
void |
setScreenSize(int width,
int height)
Sets the size of the compiler screen size
|
void |
setVisible(boolean state) |