Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.