Skip to content

Instantly share code, notes, and snippets.

View aiiblip's full-sized avatar

aiiblip

  • Joined May 14, 2026
View GitHub Profile
import javax.swing.*;
import java.awt.*;
import java.net.URL;
public class AddProduct extends JFrame {
private Image backgroundImage;
public AddProduct() {
setTitle("IIT CLAWSET - Add Product");