build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result You must not use any other library except tkinter. Your code must run on a standard machine. Your code must be written as a class that inherits from Tk and the application must resize gracefully. The apps must start in a usable state i.e. all the relevant values of the input widget must be set. So if you click ok when the app starts, then you should get the pop-up message shown in the last page. The reset button must set the app to the initial start state. Widget must align vertically as well as horizontally with their matching widget Application must designed as a class. Application must be responsive: The widget does not move when the main window is resized. Application must starts with missing input values. All the fields must be already filled out. Displaying a None value in your pop-up window. Frame Container for all of the widget. Label for the name of the data-entry form First column with the following labels: Full name Residency Program Courses Color and font can be anything of your choice but must be pleasing to the user. Entry that captures the username. Radiobuttons: Domestic with value dom International with value intl Combobox with minimum four items AI, Gaming, Health, Software Minimum three Checkboxes Programming I with onvalue COMP100 and offvalue '' Web Page Design with onvalue COMP213 and offvalue '' Software Engineering with onvalue COMP120 and offvalue '' Application must designed as a class. Java
build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result
You must not use any other library except tkinter. Your code must run on a standard machine.
Your code must be written as a class that inherits from Tk and the application must resize gracefully.
The apps must start in a usable state i.e. all the relevant values of the input widget must be set. So if you click ok when the app starts, then you should get the pop-up message shown in the last page.
The reset button must set the app to the initial start state.
Widget must align vertically as well as horizontally with their matching widget
- Application must designed as a class.
- Application must be responsive: The widget does not move when the main window is resized.
- Application must starts with missing input values. All the fields must be already filled out.
- Displaying a None value in your pop-up window.
Frame Container for all of the widget. |
Label for the name of the data-entry form |
First column with the following labels: Full name Residency Program Courses Color and font can be anything of your choice but must be pleasing to the user. |
Entry that captures the username. |
Radiobuttons: |
Domestic with value dom International with value intl |
Combobox with minimum four items |
|
Minimum three Checkboxes
|
- Application must designed as a class.
- Java
Step by step
Solved in 2 steps