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.
- 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.
To run this application, ensure you have the following installed:
- Java Development Kit (JDK) 8 or later
- Compile the Java files:
javac Main.java
- Run the program:
java Main
project-root/
│── Main.java # Main application entry point
│── Dialog.java # Handles user input dialog
│── Barcode.java # Generates barcode
│── README.md # Project documentation
- Launch the application.
- Click on the "Generate Barcode" menu.
- Enter the desired text in the dialog.
- The barcode will be generated and displayed.