Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lomann LECOQ
dev.ihm.td5b
Commits
5d431e71
Commit
5d431e71
authored
May 06, 2022
by
LLomann
Browse files
td ihm 5 partie B
parent
f26485b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/ihm/td5b/Main.kt
View file @
5d431e71
package
ihm.td5b
import
ihm.td5b.librairie.Livre
import
ihm.td5b.vue.TitledPaneLivre
import
javafx.application.Application
import
javafx.scene.Scene
import
javafx.stage.Stage
class
Main
:
Application
()
{
override
fun
start
(
primaryStage
:
Stage
)
{
//TODO
/* val scene = Scene(vue, 550.0, 350.0)
val
modele
=
Bibliotheque
()
val
vue
=
MainVue
()
var
modele_complet
=
modele
.
preremplir
()
vue
.
updatePanneauDroit
(
titledPaneLivre
=
TitledPaneLivre
(
modele
.
livres
.
toString
()))
val
scene
=
Scene
(
vue
,
550.0
,
350.0
)
primaryStage
.
title
=
"TD5B MVC"
primaryStage
.
scene
=
scene
primaryStage
.
show
()
*/
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment