Skip to content

This project is a simple Java application designed to search for street names and their corresponding German translations. The interface and content of the code are in Polish, as this project serves as one of my first experimental fields in Java.

Notifications You must be signed in to change notification settings

jmorawiecpwr/German-Streets-Wroclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

German Streets Wroclaw

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.

Table of Contents

Introduction

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.

Features

  • Search for streets with German names.
  • Display Polish and German street names.
  • Easy-to-use graphical user interface (GUI) built with Swing.

Requirements

  • Java Development Kit (JDK) 8 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/jmorawiecpwr/German-Streets-Wroclaw.git
  2. Navigate to the project directory:

    cd German-Streets-Wroclaw
  3. Compile the Java source files:

    javac -d bin src/PrzeszukiwanieUlic.java

Usage

  1. Run the compiled Java program:

    java -cp bin PrzeszukiwanieUlic
  2. 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.

  3. The program will search for the street name in the ulice.csv file located in the src directory. If the street is found, it will display both the Polish and German names of the street.

Contributing

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.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This project is a simple Java application designed to search for street names and their corresponding German translations. The interface and content of the code are in Polish, as this project serves as one of my first experimental fields in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages