https://github.com/gleidsonmt/glad
https://github.com/gleidsonmt/glad
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gleidsonmt/glad
- Owner: gleidsonmt
- Created: 2025-02-13T13:44:50.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-13T18:32:30.000Z (5 months ago)
- Last Synced: 2025-02-13T19:33:50.933Z (4 months ago)
- Language: Java
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Base
### Initalizing
```java
..
public void Start(Stage stage) {
StackPane body = new StackPane(new Label("Hello World!"));
Container container = new Container(body);
Root root = new Root(container);
stage.setScene(new Scene(root, 800, 600));
stage.show();
}
```
### Root
#### A classe base com chamadas para a api## The api
### Behavior
### Wrapper
### Flow
### Container
#### Classe de layout## Theme
## Controls
## Alerts
## Dialogs
## Responsive Grid