ProxBorderGen is a Java-based application that generates random geographic coordinates in WGS84 format within the boundaries of a specified state or country. It utilizes multithreading to calculate bearings toward the boundary line. The generated data can be exported as a CSV file.
- An active internet connection is required.
- The application uses a corrected version of the JXMapViewer2 library, available at NeuralCortex/JXMapViewer2, as the original library is no longer functional.
- Java Runtime Environment (JRE) or Java Development Kit (JDK) version 24 is required.
- Right-click on the map to select a country of your choice.
- Choose a state or country from the available options.
- Specify the bearing with a percentage deviation.
- Generate test data based on the defined width and quantity.
- Export the data as a semicolon-separated CSV file.
- IDE: Apache NetBeans 27
- Java SDK: Java 24
