Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Java application that provides a GUI for generating barcodes

Notifications You must be signed in to change notification settings

moritzpossecker/barcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Barcode Generator

Description

This is a simple Java application that provides a graphical user interface (GUI) for generating barcodes. The application features a menu option to enter text, which is then converted into a barcode display.

Features

  • Graphical User Interface (GUI): Built using Java AWT.
  • Menu System: Includes a "Barcode generieren" menu option.
  • Resizable Window: Adjusts width based on barcode size.
  • User Input Dialog: Prompts the user for barcode input.

Prerequisites

To run this application, ensure you have the following installed:

  • Java Development Kit (JDK) 8 or later

How to Run

  1. Compile the Java files:
    javac Main.java
  2. Run the program:
    java Main

Project Structure

project-root/
│── Main.java         # Main application entry point
│── Dialog.java       # Handles user input dialog
│── Barcode.java      # Generates barcode
│── README.md         # Project documentation

Usage

  1. Launch the application.
  2. Click on the "Generate Barcode" menu.
  3. Enter the desired text in the dialog.
  4. The barcode will be generated and displayed.

About

Java application that provides a GUI for generating barcodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages