made frame resizable, added fullScreen function (commented out)
This commit is contained in:
@@ -82,4 +82,8 @@ void keyPressed() {
|
||||
save_gse();
|
||||
println("Saved");
|
||||
}
|
||||
if (key == ENTER){
|
||||
//+ frame.setSize
|
||||
// fullScreen();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user