public class SceneSupport extends Object
Constructor and Description |
---|
SceneSupport() |
Modifier and Type | Method and Description |
---|---|
static int |
randInt(int max)
Method randInt
|
static void |
show(JComponent sceneView)
Method show
|
static void |
show(org.netbeans.api.visual.widget.Scene scene)
Method show
|
static void |
showCore(JComponent view)
Method showCore
|
static void |
sleep(int delay)
Method sleep
|
public static void show(org.netbeans.api.visual.widget.Scene scene)
scene
- public static void show(JComponent sceneView)
sceneView
- public static void showCore(JComponent view)
view
- public static int randInt(int max)
max
- public static void sleep(int delay)
delay
- Copyright © 2015 sd-svn. All rights reserved.