Tutorial - CoolPotato31F/Java-Graphics GitHub Wiki

Java Graphics Package Installation Guide

Video Guide

Watch the Installation Video Guide

Installation Steps

  1. Download the Package

    • Click the Code button on the repository page.
    • Select Download ZIP.
  2. Extract the ZIP File

    • Locate the downloaded ZIP file in your file explorer.
    • Right-click and select Extract All (or use your preferred extraction method).
  3. Move the Extracted Files

    • Open the extracted folder.
    • Drag and drop the entire folder into your Java project under a package named graphics.
  4. Verify Installation

    • Ensure your Java project recognizes the new files inside the graphics package.
    • Try compiling and running a test program using the graphics package.

Troubleshooting

  • If you encounter issues, ensure your package structure is correct.
  • Check that your Java IDE detects the files inside the graphics package.
  • Refer to the video guide for visual instructions.

Java Graphics Package Update Guide

Video Guide

[Watch the Update Video Guide]

UpdateTutorial.webm

Update Steps

To update your Java Graphics Package, follow these steps:

  1. Navigate to the Package Folder:
    • Right-click the folder containing the graphics package in your project.
    • Select Show in Explorer (or Show in Finder on macOS).
  2. Open the Graphics Folder:
    • Locate the graphics folder inside your project directory.
  3. Run the Update:
    • Inside the graphics folder, find and double-click the update.bat file to run the update process.

For additional support, feel free to open an issue in the repository!