Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.4.1
Operating system
MacOS
Steps to reproduce this
"1. Try to run the following demo:
3."
snippet
importjavafx.scene.Scene; importjavafx.scene.control.Button; importjavafx.scene.layout.Pane; importjavafx.stage.Stage; voidsetup(){size(1, 1, FX2D); Stage stage =newStage(); stage.setTitle("Creating buttons"); Button btn =newButton("button"); btn.setLayoutX(70); btn.setLayoutY(80); Pane pane =newPane(); pane.getChildren().add(btn); Scene scene =newScene(pane, 200, 200); stage.setScene(scene); stage.show()}Additional context
No response
Would you like to work on the issue?
Assign to someone.
SableRaf and Stefterv
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working