Class SettingsUtil
java.lang.Object
com.jackmeng.halcyoninae.cosmos.components.settings.SettingsUtil
- Since:
- 3.2
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JPanel
getPropertyAsComponent
(Property property, Dimension dim)
-
Constructor Details
-
SettingsUtil
public SettingsUtil()
-
-
Method Details
-
getPropertyAsComponent
- Parameters:
property
- A property attached to a componentdim
- The dimension of the component- Returns:
- JPanel The component with the property attached
-