Develop a GUI application that allows the user to drag and drop (i.e., move with the mouse pointer) an image icon within
Posted: Mon May 09, 2022 7:00 am
Develop a GUI application that allows the user to drag and drop (i.e., move with the mouse pointer) an image icon within the window. Provide a context-relevant title to the window. Provide a background color to the window. The user should not be allowed to move the icon off the window’s edge limits.
Use any image you wish to use for the image icon that the user can drag and drop within the window.
For the sample images provided, you may need to resize the selected image to a smaller scale for both width and height.
Use OOP development practices when implementing the above GUI application. Provide good and meaningful comments and good code layout structure.
If making any assumptions that you implement in your solution, please provide a readme.txt file along with your submitted Java project.
Use any image you wish to use for the image icon that the user can drag and drop within the window.
For the sample images provided, you may need to resize the selected image to a smaller scale for both width and height.
Use OOP development practices when implementing the above GUI application. Provide good and meaningful comments and good code layout structure.
If making any assumptions that you implement in your solution, please provide a readme.txt file along with your submitted Java project.