Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lb1997ccb/desktop-window-mover
This Java application provides a graphical interface to move a window across the desktop in four directions—up, down, left, and right—using buttons. It dynamically adjusts the window's position within the screen bounds, enhancing user control and workspace organization.
https://github.com/lb1997ccb/desktop-window-mover
awt java java-actions swing
Last synced: about 1 month ago
JSON representation
This Java application provides a graphical interface to move a window across the desktop in four directions—up, down, left, and right—using buttons. It dynamically adjusts the window's position within the screen bounds, enhancing user control and workspace organization.
- Host: GitHub
- URL: https://github.com/lb1997ccb/desktop-window-mover
- Owner: lb1997ccb
- License: mit
- Created: 2024-06-26T10:41:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T10:57:14.000Z (7 months ago)
- Last Synced: 2024-06-26T12:32:02.932Z (7 months ago)
- Topics: awt, java, java-actions, swing
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop Window Mover
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.
## Features
- Move window up, down, left, and right using corresponding buttons.
- Ensures window stays within desktop boundaries.
- Simple and intuitive graphical user interface.## Getting Started
1. Clone the repository:```bash
git clone https://github.com/your/repository.git
```
2. Open the project in your preferred Java IDE.3. Compile and run `DesktopWindowMoverGUI.java`.
4. Use the directional buttons to move the window on your desktop.
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.