All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ardor3d.extension.ui.layout.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
/**
 * Provides classes that position and resize components within a given UI container.  
 * Layouts can be reused across multiple UI containers, but if done, layout should be done 
 * on a single thread as individual layouts may use member fields in a way that is not thread safe.
 */

package com.ardor3d.extension.ui.layout;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy