Recent content by Shane_Kieran

  1. S

    Program is compiling but crashes

    My GUI Program will compile and run but will not display my GUI Here is the code: Ignore the pictures Btw import javax.swing.*; import java.awt.event.*; import java.util.regex.*; import java.awt.*; import javax.swing.JTextField; import javax.swing.ImageIcon; public class SuperRetail extends...