Hi,
quick Metro look for your apps. Wrapper for this project : https://github.com/JFXtras/jfxtras-styles
Just unzip all files into your b4j additional libs folder.
Usage :
quick Metro look for your apps. Wrapper for this project : https://github.com/JFXtras/jfxtras-styles
Just unzip all files into your b4j additional libs folder.
Usage :
B4X:
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.RootPane.LoadLayout("mainForm")
'Load the layout file.
Dim j As JMetro8
j.Theme(MainForm.RootPane,j.LIGHT) ' or j.DARK
MainForm.Show
End Sub
Attachments
Last edited: