This Java application allows users to interactively move a window on their desktop in four directions: up, down, left, and right. It provides a graphical user interface with directional buttons that adjust the window's position dynamically. This enhances user control over window placement, improving workspace organization.
- Move window up, down, left, and right using corresponding buttons.
- Ensures window stays within desktop boundaries.
- Simple and intuitive graphical user interface.
-
Clone the repository:
git clone https://github.com/your/repository.git
-
Open the project in your preferred Java IDE.
-
Compile and run
DesktopWindowMoverGUI.java
. -
Use the directional buttons to move the window on your desktop.
This project is licensed under the MIT License. See the LICENSE file for details.