Scratch for Java

Window::setStage()

Sets the current stage of the application.

Syntax

Java

.setStage(stage)

Parameters

Name Data Type Description
stage Stage the new stage to be set

Return

void

setStage()