public class Demos extends Object
Demo
annotation and displays these in a list. The
source code should be available as a resource to this class, so that the
source can be loaded and displayed.
Icons for demos should be resized so that they are 32x32 pixels and they should ideally be transparent PNGs.
Screenshots should be PNGs and should be resized to be 250 pixels wide.
Modifier and Type | Class and Description |
---|---|
protected class |
Demos.DemoObject
Used for each demo in the list.
|
protected class |
Demos.DemoRunnerPanel
This is the display for the demo runner.
|
protected class |
Demos.IconListRenderer
A list renderer that adds an icon to the label.
|
Modifier and Type | Field and Description |
---|---|
static String |
OPENIMAJ_SRC_URL
The location of the source code on the web.
|
Constructor and Description |
---|
Demos()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Default main just starts the demo system.
|
public static final String OPENIMAJ_SRC_URL
public Demos()