Uses of Class
me.araopj.cscreen.components.Screen
-
Packages that use Screen Package Description me.araopj.cscreen.components -
-
Uses of Screen in me.araopj.cscreen.components
Methods in me.araopj.cscreen.components with parameters of type Screen Modifier and Type Method Description voidBox. place(Screen sc)Places the box on the provided screen.voidButton. place(Screen sc)Overrides the `place` method from the `Components` class.voidLabel. place(Screen sc)Places the label on the screen by updating the screen array with its text content.voidTextBox. place(Screen sc)Places the TextBox on the specified screen.
-