Border Generator Swing is a Java-based application built with the Swing framework, designed to create standardized border lines. It enables users to generate boundary data globally using OpenStreetMap and export it in CSV format.
- An active internet connection is required.
- The application can be launched by double-clicking the JAR file.
- Java Runtime Environment (JRE) or Java Development Kit (JDK) version 24 is required, as Swing is included by default.
- Right-click on the map to select a country or state from the GEO Information table.
- Specify the desired X-kilometer lines by setting the number and stepping.
- Save the generated boundary data as a CSV file (saved in the
CSVdirectory).
- Import the first boundary line (e.g.,
France.040.csv). - Import the second boundary line (e.g.,
Spain.000.csv). - Identify the first intersection point (marked by red and blue lines) and select it using the context menu.
- Repeat for the second intersection point.
- Use the context menu to trim the border to the selected section.
- Export the trimmed border section as a CSV file.
- The process is complete.
- This tab allows you to visualize constructed boundaries.
- Supports simultaneous display of CSV and HCM format files.
- Right-click on the map to select two points and calculate the distance between them.
- IDE: Apache NetBeans 27
- Java SDK: Java 24
