This repository contains a project to search and analyze street names in Wroclaw that have German origins. The main functionality is implemented in the PrzeszukiwanieUlic.java
file.
This project aims to provide a tool for searching and analyzing street names in Wroclaw that have German origins. It can be used for historical analysis, educational purposes, or personal interest.
- Search for streets with German names.
- Display Polish and German street names.
- Easy-to-use graphical user interface (GUI) built with Swing.
- Java Development Kit (JDK) 8 or higher
-
Clone the repository:
git clone https://github.com/jmorawiecpwr/German-Streets-Wroclaw.git
-
Navigate to the project directory:
cd German-Streets-Wroclaw
-
Compile the Java source files:
javac -d bin src/PrzeszukiwanieUlic.java
-
Run the compiled Java program:
java -cp bin PrzeszukiwanieUlic
-
A GUI window will appear. Enter the name of the street you want to search for in the text field and click the "Szukaj" button or press Enter.
-
The program will search for the street name in the
ulice.csv
file located in thesrc
directory. If the street is found, it will display both the Polish and German names of the street.
Contributions are welcome! If you have any ideas or suggestions to improve this project, feel free to fork the repository and submit a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for more details.