|
|
@ -10,7 +10,7 @@ |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// undecorate window (remove window borders etc) - - - - - - - - - - - - - - - |
|
|
|
public void init() { frame.removeNotify(); frame.setUndecorated(true); |
|
|
|
frame.addNotify(); super.init(); } |
|
|
@ -185,11 +185,6 @@ void setup() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
|
|
////////////////////////////////////////////////////////////////////////////// |
|
|
|
void draw() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SCENENGINES / / / / / / / / / / / / / / / / / / / / / / / / / / | |
|
|
|
|
|
|
|
// clean screen ````````````````````````````````````````````````````| |
|
|
|