16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
@startuml
|
|
class fr.monkhanny.dorfromantik.components.Title {
|
|
+ <<Create>> Title(String,float)
|
|
+ <<Create>> Title(String,float,Color)
|
|
+ void updateTitleFont(float)
|
|
}
|
|
|
|
class fr.monkhanny.dorfromantik.components.Button {
|
|
+ {static} JButton createCustomTextButton(String,float)
|
|
+ {static} JButton createCustomIconButton(String)
|
|
}
|
|
|
|
|
|
|
|
fr.monkhanny.dorfromantik.components.JLabel <|-- fr.monkhanny.dorfromantik.components.Title
|
|
@enduml |