Reference for JVM version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
Size policy types enum. More...
Public Attributes | |
FIXED | |
Size is fixed and cannot be changed. More... | |
EXPAND | |
The form will be stretched inside the container to all available space. More... | |
Size policy types enum.
Values: FIXED, EXPAND.
com.spvessel.spacevil.Flags.SizePolicy.EXPAND |
The form will be stretched inside the container to all available space.
com.spvessel.spacevil.Flags.SizePolicy.FIXED |
Size is fixed and cannot be changed.