Question: ADVANCED PROGRAMMING 140131034 2023 LAB4: Layout and UI Controls Tech Company intends to develop a smart application for controlling home remotely such as: Surveillance Camera
ADVANCED PROGRAMMING 140131034 2023 LAB4: Layout and UI Controls Tech Company intends to develop a smart application for controlling home remotely such as: Surveillance Camera controller. Assuming you are taking the role of GUI programmer: Think about the needed UI controls for the Surveillance Camera controller. (Must use at least 4 different UI controls). 1- Layout the application interface using layout panes. (Must use at least 2 different panes) 2- Don't use coordinates to locate the nodes in the scene, use only layout panes. 3- It is allowed to use some of the previous nodes such as (images, shapes, colors,..etc) but only use it if you finished from points 1 and 2 . 4- Change the title of the stage to" Surveillance Camera controller_YOUR NAME" 5- you can add the following features to your interface (It just as an example): - Control for opening and closing the camera. - Control for switching the rooms. - Control for setting the level of sound ... and so on. Make sure that: 1- Your GUI is meaningful. 2- Your GUI is easy to understand and use. 3-All the control must be relevant to the surveillance camera controller. 4- Each control has a label. 5- The used UI control suitable for the purpose. For example, for witching between rooms it is better to use the comboBox, ListView or toggle RadioButton UI control with the room numbers or name instead of making the user input the room name inside a textField UI control
Step by Step Solution
There are 3 Steps involved in it
To design a graphical user interface for a Surveillance Camera controller well follow your outlined requirements Step 1 Layout using Layout Panes Grid... View full answer
Get step-by-step solutions from verified subject matter experts
