ImageList
Last updated
Last updated
This control will have a list of images that will be displayed
Do not forget to create a folder called "images" inside /src/main/resources and save the images inside it [images].
Type | Name | Description |
Constructor | ImageList() | Create a new instance |
Constructor | ImageList(Object[] items) | Create a new instance already with a filled array |
int | getPreferredWidth() | Returns the preferred Width |
int | getPreferredHeight() | Returns the preferred height |
See the Java Docs for more information.