Menu

[solved]-Write Gui Based Program Implements Image Browser Computer S Hard Disk Start Program Load S Q39074170

“Write a GUI-based program that implements an image browser foryour computer’s hard disk. At start-up, the program should load ascrolling list box with three types of items: • The filenames ofthe images in the current working directory • The names of anysubdirectories within the current working directory • The string“..” (denoting the parent directory) The pathname of the currentworking directory is also displayed in an entry field. When theuser selects an item in the list box and presses the Go button, oneof three things can happen: • If the item is an image filename, theimage is loaded and displayed. • If the item is a subdirectory, theprogram attaches to that directory and refreshes the list boxcontents. • If the item is the string “..”, the program attaches tothe parent directory if there is one and refreshes the list • boxwith its contents. In the last two cases, the contents of the entryfield are also updated.” ANSWER IN PYTHON

Expert Answer


Answer to “Write a GUI-based program that implements an image browser for your computer’s hard disk. At start-up, the program … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *