Resize a GUI window using textfields/textboxes.
- Download the
exefile installer in the releases page. - Run the
exefile and proceed with installation.
- If you get a message saying that the
exeinstaller might be malicious, click more info and the run anyway button.- The
exeis not a virus. So, it's safe to install.
- The
- Download the
rpmfile in the releases page. - Use your package manager on the
rpmfile to install.
For e.g: If your distribution uses the dnf package manager, you type this in the terminal:
sudo dnf install textfield-resizes-window-1.7.0-1.x86_64.rpm
# Or: sudo dnf install ./textfield-resizes-window-1.7.0-1.x86_64.rpm
# Replace the "1.7.0" part with the version number you installed. Do not remove the "-1" part.
# Both the "use ./" and "don't use ./" commands only work if you're in the same folder as the rpm file.- Download the
debfile in the releases page. - Use your package manager on the
debfile to install.
For e.g: If your distribution uses the apt package manager, you type this in the terminal:
sudo apt install ./textfield-resizes-window_1.7.0_amd64.deb
# Replace the "1.7.0" part with the version number you installed.
# This command only works if you're in the same folder as the deb file.-
You need a JDK or JRE installed on your device to open the jar file. Here are a couple ones to choose:
-
Once you installed a JDK or JRE, download and unzip the zip folder called
textfield-resizes-window.zip. -
Open the jar file in the unzipped folder.
If you want to download and run the source code of this repository, you should download FlatLaf. (Reccommended: Use v3.7 or up.)
- After downloading the source code, create a new folder called
libin the root directory of it. - Download the FlatLaf jar file library.
- Place the library into the lib folder.
- Go into your downloaded
textfield-resizes-windowfolder in the terminal. - Run in the terminal:
java -cp lib/*.jar src/*.javaThis repository contains the MIT license. You must give credit if you are going to use its source code.

