Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textfield resizes window

Resize a GUI window using textfields/textboxes.

Textfield resizes window dark mode.

Third-party libraries used

Download/Installation

Windows

  1. Download the exe file installer in the releases page.
  2. Run the exe file and proceed with installation.
  • If you get a message saying that the exe installer might be malicious, click more info and the run anyway button.
    • The exe is not a virus. So, it's safe to install.

Linux

Distributions that support rpm packages (E.g: Fedora)

  1. Download the rpm file in the releases page.
  2. Use your package manager on the rpm file 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.

Distributions that support deb packages (E.g: Debian and Ubuntu)

  1. Download the deb file in the releases page.
  2. Use your package manager on the deb file 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.

Any operating system (Opening the jar file)

  1. You need a JDK or JRE installed on your device to open the jar file. Here are a couple ones to choose:

  2. Once you installed a JDK or JRE, download and unzip the zip folder called textfield-resizes-window.zip.

  3. Open the jar file in the unzipped folder.

Running the source code

If you want to download and run the source code of this repository, you should download FlatLaf. (Reccommended: Use v3.7 or up.)

  1. After downloading the source code, create a new folder called lib in the root directory of it.
  2. Download the FlatLaf jar file library.
  3. Place the library into the lib folder.

The FlatLaf library in the lib folder.

  1. Go into your downloaded textfield-resizes-window folder in the terminal.
  2. Run in the terminal:
java -cp lib/*.jar src/*.java

License

This repository contains the MIT license. You must give credit if you are going to use its source code.

About

Resize a GUI window using textfields/textboxes.

Topics

Resources

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages