Skip to content

Commit 94f3b05

Browse files
committed
add javadoc
1 parent aa5e14a commit 94f3b05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/org/openpatch/scratch/Window.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ public void setStage(Stage stage) {
207207
Applet.getInstance().setStage(stage);
208208
}
209209

210+
/**
211+
* Transitions to a new stage with a specified duration.
212+
*
213+
* @param stage the new stage to transition to
214+
* @param duration the duration of the transition in milliseconds
215+
*/
210216
public void transitionToStage(Stage stage, int duration) {
211217
Applet.getInstance().transitionToStage(stage, duration);
212218
}

0 commit comments

Comments
 (0)