917 B
917 B
layout, title, categories, tags, last_modified_at, excerpt_separator
| layout | title | categories | tags | last_modified_at | excerpt_separator | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| post | Short Introduction to JavaFX |
|
|
<!-- more --> |
| General Term | Swift | JavaFX |
|---|---|---|
| Window | NSWindow | Stage: A stage can display one Scene at a time, but you can change Scenes at runtime. |
| Content Area | NSView | Scene: A Scenes has a Scene graph consisting of Nodes. |
| Layout | Layouts or Partents: Layouts are a way to structure the element within a Scene. | |
| UI Elements | Controls: Controls are things like Buttons, Sliders, etc. |