Java assignment help

profilemax80111
CS444Project.zip

CS444Project/build.xml

Builds, tests, and runs the project CS444Project.

CS444Project/images/fishLogo.png

CS444Project/manifest.mf

Manifest-Version: 1.0 X-COMMENT: Main-Class will be added automatically by build

CS444Project/nbproject/build-impl.xml

Must set src.dir Must set test.src.dir Must set build.dir Must set dist.dir Must set build.classes.dir Must set dist.javadoc.dir Must set build.test.classes.dir Must set build.test.results.dir Must set build.classes.excludes Must set dist.jar Must set javac.includes No tests executed. Must set JVM to use for profiling in profiler.info.jvm Must set profiler agent JVM arguments in profiler.info.jvmargs.agent Must select some files in the IDE or set javac.includes To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}" Must select one file in the IDE or set run.class Must select one file in the IDE or set run.class Must select one file in the IDE or set debug.class Must select one file in the IDE or set debug.class Must set fix.includes This target only works when run from inside the NetBeans IDE. Must select one file in the IDE or set profile.class This target only works when run from inside the NetBeans IDE. This target only works when run from inside the NetBeans IDE. This target only works when run from inside the NetBeans IDE. Must select one file in the IDE or set run.class Must select some files in the IDE or set test.includes Must select one file in the IDE or set run.class Must select one file in the IDE or set applet.url Must select some files in the IDE or set javac.includes Some tests failed; see details above. Must select some files in the IDE or set test.includes Some tests failed; see details above. Must select some files in the IDE or set test.class Must select some method in the IDE or set test.method Some tests failed; see details above. Must select one file in the IDE or set test.class Must select one file in the IDE or set test.class Must select some method in the IDE or set test.method Must select one file in the IDE or set applet.url Must select one file in the IDE or set applet.url

CS444Project/nbproject/genfiles.properties

build.xml.data.CRC32=90afaf12 build.xml.script.CRC32=527bfd3f [email protected] # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=90afaf12 nbproject/build-impl.xml.script.CRC32=a4f79c25 nbproject/[email protected]

CS444Project/nbproject/private/private.properties

compile.on.save=true user.properties.file=C:\\Users\\mp802\\AppData\\Roaming\\NetBeans\\8.2rc\\build.properties

CS444Project/nbproject/private/private.xml

file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/service/Contact.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/DeleteItemsUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/HomeScreenUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/service/Accounts.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/domain/Login.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/CreateAccountUI.java

CS444Project/nbproject/project.properties

annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processor.options= annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated build.generated.sources.dir=${build.dir}/generated-sources # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results # Uncomment to specify the preferred debugger connection transport: #debug.transport=dt_socket debug.classpath=\ ${run.classpath} debug.test.classpath=\ ${run.test.classpath} # Files in build.classes.dir which should be excluded from distribution jar dist.archive.excludes= # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/CS444Project.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= file.reference.jcalendar-1.4.jar=C:\\Users\\mp802\\OneDrive\\Documents\\Desktop\\jcalendar-1.4\\lib\\jcalendar-1.4.jar includes=** jar.compress=false javac.classpath=\ ${file.reference.jcalendar-1.4.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.external.vm=true javac.processorpath=\ ${javac.classpath} javac.source=1.8 javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= main.class=cs444project.CS444Project manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys-prop.name=value: run.jvmargs= run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=src test.src.dir=test

CS444Project/nbproject/project.xml

org.netbeans.modules.java.j2seproject CS444Project

CS444Project/src/cs444project/domain/Accounts.java

CS444Project/src/cs444project/domain/Accounts.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . domain ;

/**
 *
 *  @author  mp802
 */
public   class   Accounts   {
    
}

CS444Project/src/cs444project/domain/Contact.java

CS444Project/src/cs444project/domain/Contact.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . domain ;

/**
 *
 *  @author  mp802
 */
public   class   Contact   {
    
}

CS444Project/src/cs444project/domain/Login.java

CS444Project/src/cs444project/domain/Login.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . domain ;

/**
 *
 *  @author  mp802
 */
public   class   Login   {
    
}

CS444Project/src/cs444project/domain/MenuItems.java

CS444Project/src/cs444project/domain/MenuItems.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . domain ;

/**
 *
 *  @author  mp802
 */
public   class   MenuItems   {
    
}

CS444Project/src/cs444project/domain/MenuSubItems.java

CS444Project/src/cs444project/domain/MenuSubItems.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . domain ;

/**
 *
 *  @author  mp802
 */
public   class   MenuSubItems   {
    
}

CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.form

CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java

CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */



package  cs444project . presentation ;

import  java . awt . event . ActionEvent ;
import  java . awt . event . ActionListener ;
import  java . text . ParseException ;
import  javax . swing . JFormattedTextField ;
import  javax . swing . JFrame ;
import  javax . swing . SwingUtilities ;
import  javax . swing . text . MaskFormatter ;

/**
 *
 *  @author  mp802
 */
public   class   Add_Update_ItemsUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   Add_Update_ItemsUI ()   {
      initComponents ();
    }
   
    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
        jScrollPane1  =   new  javax . swing . JScrollPane ();
        jTable1  =   new  javax . swing . JTable ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
        jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jOpenCreateAccountGUI . setText ( "Add/Update Items" );
        jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jOpenCreateAccountGUIActionPerformed ( evt );
             }
         });

        jTable1 . setModel ( new  javax . swing . table . DefaultTableModel (
             new   Object   [][]   {

             },
             new   String   []   {

             }
         ));
        jScrollPane1 . setViewportView ( jTable1 );

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ( 40 ,   Short . MAX_VALUE )
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   886 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( 48 ,   Short . MAX_VALUE ))
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGap ( 328 ,   328 ,   328 )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   247 ,   Short . MAX_VALUE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addGap ( 23 ,   23 ,   23 ))
         );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( layout . createSequentialGroup ()
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( Add_Update_ItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( Add_Update_ItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( Add_Update_ItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( Add_Update_ItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   Add_Update_ItemsUI (). setVisible ( true );
          }
       });
    }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JButton  jOpenCreateAccountGUI ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JScrollPane  jScrollPane1 ;
     private  javax . swing . JTable  jTable1 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/CreateAccountUI.form

CS444Project/src/cs444project/presentation/CreateAccountUI.java

CS444Project/src/cs444project/presentation/CreateAccountUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . presentation ;

/**
 *
 *  @author  mp802
 */
public   class   CreateAccountUI   extends  javax . swing . JPanel   {

     /**
     * Creates new form CreateAccountUI
     */
     public   CreateAccountUI ()   {
        initComponents ();
     }

     /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jTextField1  =   new  javax . swing . JTextField ();
        jTextField2  =   new  javax . swing . JTextField ();
        jCreateAccountButton  =   new  javax . swing . JButton ();
        jTextField3  =   new  javax . swing . JTextField ();
        jTextField4  =   new  javax . swing . JTextField ();
        jTextField5  =   new  javax . swing . JTextField ();
        jTextArea4  =   new  javax . swing . JTextArea ();
        jTextArea6  =   new  javax . swing . JTextArea ();
        jTextField6  =   new  javax . swing . JTextField ();
        jTextField7  =   new  javax . swing . JTextField ();
        jTextArea7  =   new  javax . swing . JTextArea ();
        jTextArea8  =   new  javax . swing . JTextArea ();
        jTextArea9  =   new  javax . swing . JTextArea ();
        jSeparator1  =   new  javax . swing . JSeparator ();
        jTextArea11  =   new  javax . swing . JTextArea ();
        jTextField8  =   new  javax . swing . JTextField ();
        jTextArea12  =   new  javax . swing . JTextArea ();
        jTextField9  =   new  javax . swing . JTextField ();
        jTextArea13  =   new  javax . swing . JTextArea ();
        jCancelButton  =   new  javax . swing . JButton ();
        choice1  =   new  java . awt . Choice ();

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));

        jTextField1 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField1 . setText ( "Username" );
        jTextField1 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField1ActionPerformed ( evt );
             }
         });

        jTextField2 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField2 . setText ( "Password" );
        jTextField2 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField2ActionPerformed ( evt );
             }
         });

        jCreateAccountButton . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jCreateAccountButton . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jCreateAccountButton . setText ( "Create Account" );
        jCreateAccountButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jCreateAccountButtonActionPerformed ( evt );
             }
         });

        jTextField3 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField3 . setText ( "First Name" );
        jTextField3 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField3ActionPerformed ( evt );
             }
         });

        jTextField4 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField4 . setText ( "Confirm Password" );
        jTextField4 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField4ActionPerformed ( evt );
             }
         });

        jTextField5 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField5 . setText ( "State" );
        jTextField5 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField5ActionPerformed ( evt );
             }
         });

        jTextArea4 . setColumns ( 20 );
        jTextArea4 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea4 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea4 . setRows ( 5 );

        jTextArea6 . setColumns ( 20 );
        jTextArea6 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea6 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea6 . setRows ( 5 );

        jTextField6 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField6 . setText ( "Last Name" );
        jTextField6 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField6ActionPerformed ( evt );
             }
         });

        jTextField7 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField7 . setText ( "Address" );
        jTextField7 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField7ActionPerformed ( evt );
             }
         });

        jTextArea7 . setColumns ( 20 );
        jTextArea7 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea7 . setRows ( 5 );

        jTextArea8 . setColumns ( 20 );
        jTextArea8 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea8 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea8 . setRows ( 5 );

        jTextArea9 . setColumns ( 20 );
        jTextArea9 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea9 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea9 . setRows ( 5 );

        jSeparator1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jTextArea11 . setColumns ( 20 );
        jTextArea11 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea11 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea11 . setRows ( 5 );

        jTextField8 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField8 . setText ( "City" );
        jTextField8 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField8ActionPerformed ( evt );
             }
         });

        jTextArea12 . setColumns ( 20 );
        jTextArea12 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea12 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea12 . setRows ( 5 );

        jTextField9 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField9 . setText ( "Zip Code" );
        jTextField9 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField9ActionPerformed ( evt );
             }
         });

        jTextArea13 . setColumns ( 20 );
        jTextArea13 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea13 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea13 . setRows ( 5 );

        jCancelButton . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jCancelButton . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jCancelButton . setText ( "Cancel" );
        jCancelButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jCancelButtonActionPerformed ( evt );
             }
         });

        choice1 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   36 ));   // NOI18N
        choice1 . setPreferredSize ( new  java . awt . Dimension ( 164 ,   30 ));

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addContainerGap ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                                         . addComponent ( jTextField6 )
                                         . addGap ( 12 ,   12 ,   12 ))
                                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                                         . addComponent ( jTextField3 )
                                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )))
                                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                                     . addComponent ( jTextArea9 )
                                     . addComponent ( jTextArea8 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   486 ,   Short . MAX_VALUE )))
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addComponent ( jTextField7 )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jTextArea6 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   486 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addComponent ( jTextField8 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   80 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jTextArea12 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE )
                                 . addGap ( 18 ,   18 ,   18 )
                                 . addComponent ( jTextField5 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   80 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( choice1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   81 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addGap ( 18 ,   18 ,   18 )
                                 . addComponent ( jTextField9 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   130 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                                 . addComponent ( jTextArea13 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   166 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGap ( 112 ,   112 ,   112 )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
                             . addComponent ( jTextField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   228 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addComponent ( jTextField2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   228 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addComponent ( jTextField4 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   228 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                             . addComponent ( jTextArea4 )
                             . addComponent ( jTextArea7 )
                             . addComponent ( jTextArea11 ))))
                 . addContainerGap ())
             . addComponent ( jSeparator1 ,  javax . swing . GroupLayout . Alignment . TRAILING )
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGap ( 141 ,   141 ,   141 )
                 . addComponent ( jCreateAccountButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   295 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jCancelButton )
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jTextField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   46 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea11 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jTextField2 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   44 ,   Short . MAX_VALUE )
                     . addComponent ( jTextArea4 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jTextField4 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   44 ,   Short . MAX_VALUE )
                     . addComponent ( jTextArea7 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                 . addGap ( 17 ,   17 ,   17 )
                 . addComponent ( jSeparator1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   25 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jTextField3 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   44 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea8 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jTextArea9 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE )
                     . addComponent ( jTextField6 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   50 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jTextField7 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   50 ,   Short . MAX_VALUE )
                     . addComponent ( jTextArea6 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addComponent ( jTextField9 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   50 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addComponent ( jTextArea13 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE ))
                         . addGap ( 18 ,   18 ,   18 ))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,   false )
                             . addComponent ( jTextArea12 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE )
                             . addComponent ( jTextField8 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   50 ,   Short . MAX_VALUE ))
                         . addGap ( 0 ,   0 ,   Short . MAX_VALUE ))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addComponent ( jTextField5 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   50 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addComponent ( choice1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   50 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )))
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jCreateAccountButton ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                     . addComponent ( jCancelButton ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   54 ,   Short . MAX_VALUE ))
                 . addGap ( 326 ,   326 ,   326 ))
         );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( this );
         this . setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   520 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );
     } // </editor-fold>//GEN-END:initComponents

     private   void  jCreateAccountButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jCreateAccountButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jCreateAccountButtonActionPerformed

     private   void  jTextField3ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField3ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField3ActionPerformed

     private   void  jTextField5ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField5ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField5ActionPerformed

     private   void  jTextField4ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField4ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField4ActionPerformed

     private   void  jTextField2ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField2ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField2ActionPerformed

     private   void  jTextField1ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField1ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField1ActionPerformed

     private   void  jTextField6ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField6ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField6ActionPerformed

     private   void  jTextField7ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField7ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField7ActionPerformed

     private   void  jTextField8ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField8ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField8ActionPerformed

     private   void  jTextField9ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField9ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField9ActionPerformed

     private   void  jCancelButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jCancelButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jCancelButtonActionPerformed


     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  java . awt . Choice  choice1 ;
     private  javax . swing . JButton  jCancelButton ;
     private  javax . swing . JButton  jCreateAccountButton ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JSeparator  jSeparator1 ;
     private  javax . swing . JTextArea  jTextArea11 ;
     private  javax . swing . JTextArea  jTextArea12 ;
     private  javax . swing . JTextArea  jTextArea13 ;
     private  javax . swing . JTextArea  jTextArea4 ;
     private  javax . swing . JTextArea  jTextArea6 ;
     private  javax . swing . JTextArea  jTextArea7 ;
     private  javax . swing . JTextArea  jTextArea8 ;
     private  javax . swing . JTextArea  jTextArea9 ;
     private  javax . swing . JTextField  jTextField1 ;
     private  javax . swing . JTextField  jTextField2 ;
     private  javax . swing . JTextField  jTextField3 ;
     private  javax . swing . JTextField  jTextField4 ;
     private  javax . swing . JTextField  jTextField5 ;
     private  javax . swing . JTextField  jTextField6 ;
     private  javax . swing . JTextField  jTextField7 ;
     private  javax . swing . JTextField  jTextField8 ;
     private  javax . swing . JTextField  jTextField9 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/DeleteItemsUI.form

CS444Project/src/cs444project/presentation/DeleteItemsUI.java

CS444Project/src/cs444project/presentation/DeleteItemsUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */



package  cs444project . presentation ;

import  java . awt . event . ActionEvent ;
import  java . awt . event . ActionListener ;
import  java . text . ParseException ;
import  javax . swing . JFormattedTextField ;
import  javax . swing . JFrame ;
import  javax . swing . SwingUtilities ;
import  javax . swing . text . MaskFormatter ;

/**
 *
 *  @author  mp802
 */
public   class   DeleteItemsUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   DeleteItemsUI ()   {
      initComponents ();
    }
   
    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
        jScrollPane1  =   new  javax . swing . JScrollPane ();
        jTable1  =   new  javax . swing . JTable ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
        jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jOpenCreateAccountGUI . setText ( "Delete Items" );
        jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jOpenCreateAccountGUIActionPerformed ( evt );
             }
         });

        jTable1 . setModel ( new  javax . swing . table . DefaultTableModel (
             new   Object   [][]   {

             },
             new   String   []   {

             }
         ));
        jScrollPane1 . setViewportView ( jTable1 );

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ( 40 ,   Short . MAX_VALUE )
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   886 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( 48 ,   Short . MAX_VALUE ))
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGap ( 328 ,   328 ,   328 )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   247 ,   Short . MAX_VALUE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addGap ( 23 ,   23 ,   23 ))
         );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( layout . createSequentialGroup ()
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( DeleteItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( DeleteItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( DeleteItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( DeleteItemsUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   DeleteItemsUI (). setVisible ( true );
          }
       });
    }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JButton  jOpenCreateAccountGUI ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JScrollPane  jScrollPane1 ;
     private  javax . swing . JTable  jTable1 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/fishLogo.png

CS444Project/src/cs444project/presentation/HomeScreenUI.form

CS444Project/src/cs444project/presentation/HomeScreenUI.java

CS444Project/src/cs444project/presentation/HomeScreenUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . presentation ;

/**
 *
 *  @author  mp802
 */
public   class   HomeScreenUI   extends  javax . swing . JFrame   {

     /**
     * Creates new form HomeScreenUI
     */
     public   HomeScreenUI ()   {
        initComponents ();
     }

     /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jSeparator1  =   new  javax . swing . JSeparator ();
        jLabel1  =   new  javax . swing . JLabel ();
        jLabel2  =   new  javax . swing . JLabel ();
        jTextField2  =   new  javax . swing . JTextField ();
        jLabel3  =   new  javax . swing . JLabel ();
        jTextField6  =   new  javax . swing . JTextField ();
        jTextField7  =   new  javax . swing . JTextField ();
        jLabel4  =   new  javax . swing . JLabel ();
        jTextArea11  =   new  javax . swing . JTextArea ();
        jTextArea12  =   new  javax . swing . JTextArea ();
        jSeparator2  =   new  javax . swing . JSeparator ();
        jTextArea13  =   new  javax . swing . JTextArea ();
        jTextArea14  =   new  javax . swing . JTextArea ();
        jSeparator3  =   new  javax . swing . JSeparator ();
        jLabel6  =   new  javax . swing . JLabel ();
        jLabel5  =   new  javax . swing . JLabel ();
        jSeparator4  =   new  javax . swing . JSeparator ();
        jScrollPane1  =   new  javax . swing . JScrollPane ();
        jTextArea1  =   new  javax . swing . JTextArea ();
        jMahiMahiSandwichButton  =   new  javax . swing . JRadioButton ();
        jRedSnapperSandwichButton  =   new  javax . swing . JRadioButton ();
        jScallopSandwichButton  =   new  javax . swing . JRadioButton ();
        jJumboShrimpSandwichButton  =   new  javax . swing . JRadioButton ();
        jScrollPane2  =   new  javax . swing . JScrollPane ();
        jTextArea2  =   new  javax . swing . JTextArea ();
        jScrollPane3  =   new  javax . swing . JScrollPane ();
        jTextArea3  =   new  javax . swing . JTextArea ();
        jDietCokeBeverageButton  =   new  javax . swing . JRadioButton ();
        jPineappleDropBeverageButton  =   new  javax . swing . JRadioButton ();
        jDrPepperBeverageButton  =   new  javax . swing . JRadioButton ();
        jRootBeerBeverageButton  =   new  javax . swing . JRadioButton ();
        jSpriteBeverageButton  =   new  javax . swing . JRadioButton ();
        jCokeBeverageButton  =   new  javax . swing . JRadioButton ();
        label1  =   new  java . awt . Label ();
        label2  =   new  java . awt . Label ();
        jCucumberMartiniBeverageButton  =   new  javax . swing . JRadioButton ();
        jRaspberryDropBeverageButton  =   new  javax . swing . JRadioButton ();
        jRedSnapperSaladButton  =   new  javax . swing . JRadioButton ();
         ScallopSaladButton   =   new  javax . swing . JRadioButton ();
        jJumboShrimpSaladButton  =   new  javax . swing . JRadioButton ();
        jMahiMahiSaladButton  =   new  javax . swing . JRadioButton ();
        jRedSnapperTacoButton  =   new  javax . swing . JRadioButton ();
        jScallopTacoButton  =   new  javax . swing . JRadioButton ();
        jJumboShrimpTacoButton  =   new  javax . swing . JRadioButton ();
        jMahiMahiTacoButton  =   new  javax . swing . JRadioButton ();
        jTextField1  =   new  javax . swing . JTextField ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        setForeground ( new  java . awt . Color ( 185 ,   217 ,   242 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));

        jLabel1 . setIcon ( new  javax . swing . ImageIcon ( getClass (). getResource ( "/cs444project/presentation/fishLogo.png" )));   // NOI18N
        jLabel1 . setText ( "jLabel1" );

        jLabel2 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   48 ));   // NOI18N
        jLabel2 . setText ( "Takeout Menu" );

        jTextField2 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextField2 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   24 ));   // NOI18N
        jTextField2 . setText ( "Log In" );
        jTextField2 . setBorder ( null );

        jLabel3 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   56 ));   // NOI18N
        jLabel3 . setText ( "Mini's Seafood and Oyster Bar" );

        jTextField6 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextField6 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   2 ,   24 ));   // NOI18N
        jTextField6 . setText ( "Delete Items" );
        jTextField6 . setBorder ( null );

        jTextField7 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextField7 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   2 ,   24 ));   // NOI18N
        jTextField7 . setText ( "Add/Update Items" );
        jTextField7 . setBorder ( null );
        jTextField7 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField7ActionPerformed ( evt );
             }
         });

        jLabel4 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   36 ));   // NOI18N
        jLabel4 . setText ( "Appetizers" );

        jTextArea11 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea11 . setColumns ( 20 );
        jTextArea11 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea11 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea11 . setRows ( 5 );
        jTextArea11 . setText ( "Ahi Sashimi" );

        jTextArea12 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea12 . setColumns ( 20 );
        jTextArea12 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea12 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea12 . setRows ( 5 );
        jTextArea12 . setText ( "Salmon Sashimi" );

        jTextArea13 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea13 . setColumns ( 20 );
        jTextArea13 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea13 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea13 . setRows ( 5 );
        jTextArea13 . setText ( "Bay Shrimp Coctail" );

        jTextArea14 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea14 . setColumns ( 20 );
        jTextArea14 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea14 . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
        jTextArea14 . setRows ( 5 );
        jTextArea14 . setText ( "Medium Shrimp Coctail\n" );

        jLabel6 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   36 ));   // NOI18N
        jLabel6 . setText ( "Main Menu" );

        jLabel5 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   36 ));   // NOI18N
        jLabel5 . setText ( "Beverages" );

        jTextArea1 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea1 . setColumns ( 20 );
        jTextArea1 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   24 ));   // NOI18N
        jTextArea1 . setLineWrap ( true );
        jTextArea1 . setRows ( 5 );
        jTextArea1 . setText ( "SALADS\nGrilled fish served over fresh mixed greens, cucumbers, red onion, carrots, tomatoes and capers. Choose from our homemade dressings bleu cheese, ranch, thousand islands or vinaigrette. Fish is at least a 6-ounce portion" );
        jTextArea1 . setWrapStyleWord ( true );
        jTextArea1 . setBorder ( null );
        jScrollPane1 . setViewportView ( jTextArea1 );

        jMahiMahiSandwichButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jMahiMahiSandwichButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jMahiMahiSandwichButton . setText ( "Mahi Mahi Sandwich" );

        jRedSnapperSandwichButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jRedSnapperSandwichButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jRedSnapperSandwichButton . setText ( "Red Snapper Sandwich" );
        jRedSnapperSandwichButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jRedSnapperSandwichButtonActionPerformed ( evt );
             }
         });

        jScallopSandwichButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jScallopSandwichButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jScallopSandwichButton . setText ( "Scallop Sandwich" );

        jJumboShrimpSandwichButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jJumboShrimpSandwichButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jJumboShrimpSandwichButton . setText ( "Jumbo Shrimp Sandwich" );

        jTextArea2 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea2 . setColumns ( 20 );
        jTextArea2 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   24 ));   // NOI18N
        jTextArea2 . setLineWrap ( true );
        jTextArea2 . setRows ( 5 );
        jTextArea2 . setText ( "SANDWICHES\nServed on a soft bolillo roll with fresh chopped lettuce, red onion, tomatoes and homemade tartar sauce, toasted upon request. " );
        jTextArea2 . setWrapStyleWord ( true );
        jTextArea2 . setBorder ( null );
        jScrollPane2 . setViewportView ( jTextArea2 );

        jTextArea3 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextArea3 . setColumns ( 20 );
        jTextArea3 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   24 ));   // NOI18N
        jTextArea3 . setLineWrap ( true );
        jTextArea3 . setRows ( 5 );
        jTextArea3 . setText ( "TACO\nServed on fresh corn tortillas with cabbage, tomatoes, onions, cheddar cheese, our homemade white sauce and your choice fish, marinated in our spicy chipotle. " );
        jTextArea3 . setWrapStyleWord ( true );
        jTextArea3 . setBorder ( null );
        jScrollPane3 . setViewportView ( jTextArea3 );

        jDietCokeBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jDietCokeBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jDietCokeBeverageButton . setText ( "Diet Coke" );
        jDietCokeBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jDietCokeBeverageButtonActionPerformed ( evt );
             }
         });

        jPineappleDropBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jPineappleDropBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jPineappleDropBeverageButton . setText ( "Pineapple Drop" );
        jPineappleDropBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jPineappleDropBeverageButtonActionPerformed ( evt );
             }
         });

        jDrPepperBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jDrPepperBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jDrPepperBeverageButton . setText ( "Dr. Pepper" );
        jDrPepperBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jDrPepperBeverageButtonActionPerformed ( evt );
             }
         });

        jRootBeerBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jRootBeerBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jRootBeerBeverageButton . setText ( "Root Beer" );
        jRootBeerBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jRootBeerBeverageButtonActionPerformed ( evt );
             }
         });

        jSpriteBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jSpriteBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jSpriteBeverageButton . setText ( "Sprite" );
        jSpriteBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jSpriteBeverageButtonActionPerformed ( evt );
             }
         });

        jCokeBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jCokeBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jCokeBeverageButton . setText ( "Coke" );
        jCokeBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jCokeBeverageButtonActionPerformed ( evt );
             }
         });

        label1 . setFont ( new  java . awt . Font ( "Dialog" ,   2 ,   12 ));   // NOI18N
        label1 . setText ( "None Alcholic" );

        label2 . setFont ( new  java . awt . Font ( "Dialog" ,   2 ,   12 ));   // NOI18N
        label2 . setText ( "Alcholic" );

        jCucumberMartiniBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jCucumberMartiniBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jCucumberMartiniBeverageButton . setText ( "Cucumber Martini" );
        jCucumberMartiniBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jCucumberMartiniBeverageButtonActionPerformed ( evt );
             }
         });

        jRaspberryDropBeverageButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jRaspberryDropBeverageButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jRaspberryDropBeverageButton . setText ( "Raspberry Drop" );
        jRaspberryDropBeverageButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jRaspberryDropBeverageButtonActionPerformed ( evt );
             }
         });

        jRedSnapperSaladButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jRedSnapperSaladButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jRedSnapperSaladButton . setText ( "Red Snapper Salad" );
        jRedSnapperSaladButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jRedSnapperSaladButtonActionPerformed ( evt );
             }
         });

         ScallopSaladButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
         ScallopSaladButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
         ScallopSaladButton . setText ( "Scallop Salad" );

        jJumboShrimpSaladButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jJumboShrimpSaladButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jJumboShrimpSaladButton . setText ( "Jumbo Shrimp Salad" );

        jMahiMahiSaladButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jMahiMahiSaladButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jMahiMahiSaladButton . setText ( "Mahi Mahi Salad" );

        jRedSnapperTacoButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jRedSnapperTacoButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jRedSnapperTacoButton . setText ( "Red Snapper Taco" );
        jRedSnapperTacoButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jRedSnapperTacoButtonActionPerformed ( evt );
             }
         });

        jScallopTacoButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jScallopTacoButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jScallopTacoButton . setText ( "Scallop Taco" );

        jJumboShrimpTacoButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jJumboShrimpTacoButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jJumboShrimpTacoButton . setText ( "Jumbo Shrimp Taco" );

        jMahiMahiTacoButton . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jMahiMahiTacoButton . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   16 ));   // NOI18N
        jMahiMahiTacoButton . setText ( "Mahi Mahi Taco" );

        jTextField1 . setBackground ( new  java . awt . Color ( 185 ,   217 ,   242 ));
        jTextField1 . setFont ( new  java . awt . Font ( "Verdana" ,   3 ,   12 ));   // NOI18N
        jTextField1 . setText ( "3878 Carlsbad Blvd, Carlsbad, CA 92008                   (760) 555-5555" );
        jTextField1 . setBorder ( null );
        jTextField1 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField1ActionPerformed ( evt );
             }
         });

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
             . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                 . addGap ( 6 ,   6 ,   6 )
                 . addComponent ( jLabel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   336 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jTextField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   769 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                         . addComponent ( jTextField2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   98 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addComponent ( jTextField6 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   143 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addComponent ( jTextField7 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   209 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addGap ( 43 ,   43 ,   43 ))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jSeparator1 )
                         . addContainerGap ())
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addComponent ( jLabel2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   311 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addComponent ( jLabel3 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   809 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                         . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))))
             . addComponent ( jSeparator2 ,  javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
                     . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jScrollPane2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   667 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,   false )
                             . addComponent ( jScallopSandwichButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jMahiMahiSandwichButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jJumboShrimpSandwichButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jRedSnapperSandwichButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   366 ,  javax . swing . GroupLayout . PREFERRED_SIZE )))
                     . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jTextArea11 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   182 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addGap ( 155 ,   155 ,   155 )
                         . addComponent ( jTextArea12 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   217 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addGap ( 173 ,   173 ,   173 )
                         . addComponent ( jTextArea13 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   251 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addGap ( 173 ,   173 ,   173 )
                         . addComponent ( jTextArea14 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   311 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                     . addComponent ( jLabel4 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   311 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   667 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,   false )
                             . addComponent ( ScallopSaladButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jMahiMahiSaladButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jJumboShrimpSaladButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jRedSnapperSaladButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   366 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                         . addGap ( 67 ,   67 ,   67 )
                         . addComponent ( jScrollPane3 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   667 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,   false )
                             . addComponent ( jScallopTacoButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jMahiMahiTacoButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jJumboShrimpTacoButton ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                             . addComponent ( jRedSnapperTacoButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   366 ,  javax . swing . GroupLayout . PREFERRED_SIZE )))
                     . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
                         . addGroup ( jPanel1Layout . createSequentialGroup ()
                             . addComponent ( jLabel5 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   311 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 786 ,   786 ,   786 ))
                         . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                             . addComponent ( jCokeBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   172 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 23 ,   23 ,   23 )
                             . addComponent ( jDietCokeBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   203 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 18 ,   18 ,   18 )
                             . addComponent ( jRootBeerBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   213 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 14 ,   14 ,   14 )
                             . addComponent ( jDrPepperBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   209 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 18 ,   18 ,   18 )
                             . addComponent ( jSpriteBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   227 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                         . addComponent ( label1 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   239 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addComponent ( label2 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   239 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                             . addComponent ( jCucumberMartiniBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   176 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 18 ,   18 ,   18 )
                             . addComponent ( jPineappleDropBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   174 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGap ( 26 ,   26 ,   26 )
                             . addComponent ( jRaspberryDropBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   170 ,  javax . swing . GroupLayout . PREFERRED_SIZE )))
                     . addComponent ( jLabel6 ,  javax . swing . GroupLayout . Alignment . LEADING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   311 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addContainerGap ( 223 ,   Short . MAX_VALUE ))
             . addGroup ( javax . swing . GroupLayout . Alignment . LEADING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . TRAILING )
                     . addComponent ( jSeparator3 ,  javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jSeparator4 ,  javax . swing . GroupLayout . Alignment . LEADING ))
                 . addContainerGap ())
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGap ( 13 ,   13 ,   13 )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addComponent ( jLabel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   332 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                                     . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . BASELINE )
                                         . addComponent ( jTextField6 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   49 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                         . addComponent ( jTextField2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   44 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                         . addComponent ( jTextField7 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   49 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                                     . addComponent ( jTextField1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   26 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jSeparator1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   21 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addGap ( 29 ,   29 ,   29 )
                                 . addComponent ( jLabel3 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   112 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jLabel2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   112 ,  javax . swing . GroupLayout . PREFERRED_SIZE )))
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addComponent ( jSeparator2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   21 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGap ( 380 ,   380 ,   380 )
                         . addComponent ( jLabel4 )))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jTextArea11 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea12 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea13 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea14 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addGap ( 24 ,   24 ,   24 )
                 . addComponent ( jSeparator4 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   21 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jLabel6 )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   150 ,   Short . MAX_VALUE )
                                 . addComponent ( jScrollPane3 ))
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addComponent ( jRedSnapperSaladButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   30 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( ScallopSaladButton )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jJumboShrimpSaladButton )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jMahiMahiSaladButton )))
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                             . addComponent ( jScrollPane2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   154 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                             . addGroup ( jPanel1Layout . createSequentialGroup ()
                                 . addComponent ( jRedSnapperSandwichButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   30 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jScallopSandwichButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   27 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jJumboShrimpSandwichButton )
                                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                                 . addComponent ( jMahiMahiSandwichButton )))
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addComponent ( jSeparator3 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   21 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                     . addGroup ( jPanel1Layout . createSequentialGroup ()
                         . addComponent ( jRedSnapperTacoButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   30 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addComponent ( jScallopTacoButton )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addComponent ( jJumboShrimpTacoButton )
                         . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                         . addComponent ( jMahiMahiTacoButton )))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addComponent ( jLabel5 )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addComponent ( label1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   20 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . BASELINE )
                     . addComponent ( jDietCokeBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jDrPepperBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jRootBeerBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jSpriteBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jCokeBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addComponent ( label2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   20 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . BASELINE )
                     . addComponent ( jPineappleDropBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jCucumberMartiniBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jRaspberryDropBeverageButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addContainerGap ( 475 ,   Short . MAX_VALUE ))
         );

        jPanel1Layout . linkSize ( javax . swing . SwingConstants . VERTICAL ,   new  java . awt . Component []   { jTextField2 ,  jTextField6 ,  jTextField7 });

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( layout . createSequentialGroup ()
                 . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addGap ( 0 ,   0 ,   Short . MAX_VALUE ))
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jRedSnapperSandwichButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jRedSnapperSandwichButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jRedSnapperSandwichButtonActionPerformed

     private   void  jDietCokeBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jDietCokeBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jDietCokeBeverageButtonActionPerformed

     private   void  jPineappleDropBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jPineappleDropBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jPineappleDropBeverageButtonActionPerformed

     private   void  jDrPepperBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jDrPepperBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jDrPepperBeverageButtonActionPerformed

     private   void  jRootBeerBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jRootBeerBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jRootBeerBeverageButtonActionPerformed

     private   void  jSpriteBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jSpriteBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jSpriteBeverageButtonActionPerformed

     private   void  jCokeBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jCokeBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jCokeBeverageButtonActionPerformed

     private   void  jCucumberMartiniBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jCucumberMartiniBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jCucumberMartiniBeverageButtonActionPerformed

     private   void  jRaspberryDropBeverageButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jRaspberryDropBeverageButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jRaspberryDropBeverageButtonActionPerformed

     private   void  jRedSnapperSaladButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jRedSnapperSaladButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jRedSnapperSaladButtonActionPerformed

     private   void  jRedSnapperTacoButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jRedSnapperTacoButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jRedSnapperTacoButtonActionPerformed

     private   void  jTextField1ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField1ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField1ActionPerformed

     private   void  jTextField7ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField7ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField7ActionPerformed

     /**
     *  @param  args the command line arguments
     */
     public   static   void  main ( String  args [])   {
         /* Set the Nimbus look and feel */
         //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
         /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
         */
         try   {
             for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
                 if   ( "Nimbus" . equals ( info . getName ()))   {
                    javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                     break ;
                 }
             }
         }   catch   ( ClassNotFoundException  ex )   {
            java . util . logging . Logger . getLogger ( HomeScreenUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
         }   catch   ( InstantiationException  ex )   {
            java . util . logging . Logger . getLogger ( HomeScreenUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
         }   catch   ( IllegalAccessException  ex )   {
            java . util . logging . Logger . getLogger ( HomeScreenUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
         }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
            java . util . logging . Logger . getLogger ( HomeScreenUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
         }
         //</editor-fold>

         /* Create and display the form */
        java . awt . EventQueue . invokeLater ( new   Runnable ()   {
             public   void  run ()   {
                 new   HomeScreenUI (). setVisible ( true );
             }
         });
     }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JRadioButton   ScallopSaladButton ;
     private  javax . swing . JRadioButton  jCokeBeverageButton ;
     private  javax . swing . JRadioButton  jCucumberMartiniBeverageButton ;
     private  javax . swing . JRadioButton  jDietCokeBeverageButton ;
     private  javax . swing . JRadioButton  jDrPepperBeverageButton ;
     private  javax . swing . JRadioButton  jJumboShrimpSaladButton ;
     private  javax . swing . JRadioButton  jJumboShrimpSandwichButton ;
     private  javax . swing . JRadioButton  jJumboShrimpTacoButton ;
     private  javax . swing . JLabel  jLabel1 ;
     private  javax . swing . JLabel  jLabel2 ;
     private  javax . swing . JLabel  jLabel3 ;
     private  javax . swing . JLabel  jLabel4 ;
     private  javax . swing . JLabel  jLabel5 ;
     private  javax . swing . JLabel  jLabel6 ;
     private  javax . swing . JRadioButton  jMahiMahiSaladButton ;
     private  javax . swing . JRadioButton  jMahiMahiSandwichButton ;
     private  javax . swing . JRadioButton  jMahiMahiTacoButton ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JRadioButton  jPineappleDropBeverageButton ;
     private  javax . swing . JRadioButton  jRaspberryDropBeverageButton ;
     private  javax . swing . JRadioButton  jRedSnapperSaladButton ;
     private  javax . swing . JRadioButton  jRedSnapperSandwichButton ;
     private  javax . swing . JRadioButton  jRedSnapperTacoButton ;
     private  javax . swing . JRadioButton  jRootBeerBeverageButton ;
     private  javax . swing . JRadioButton  jScallopSandwichButton ;
     private  javax . swing . JRadioButton  jScallopTacoButton ;
     private  javax . swing . JScrollPane  jScrollPane1 ;
     private  javax . swing . JScrollPane  jScrollPane2 ;
     private  javax . swing . JScrollPane  jScrollPane3 ;
     private  javax . swing . JSeparator  jSeparator1 ;
     private  javax . swing . JSeparator  jSeparator2 ;
     private  javax . swing . JSeparator  jSeparator3 ;
     private  javax . swing . JSeparator  jSeparator4 ;
     private  javax . swing . JRadioButton  jSpriteBeverageButton ;
     private  javax . swing . JTextArea  jTextArea1 ;
     private  javax . swing . JTextArea  jTextArea11 ;
     private  javax . swing . JTextArea  jTextArea12 ;
     private  javax . swing . JTextArea  jTextArea13 ;
     private  javax . swing . JTextArea  jTextArea14 ;
     private  javax . swing . JTextArea  jTextArea2 ;
     private  javax . swing . JTextArea  jTextArea3 ;
     private  javax . swing . JTextField  jTextField1 ;
     private  javax . swing . JTextField  jTextField2 ;
     private  javax . swing . JTextField  jTextField6 ;
     private  javax . swing . JTextField  jTextField7 ;
     private  java . awt . Label  label1 ;
     private  java . awt . Label  label2 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/LoginUI.form

CS444Project/src/cs444project/presentation/LoginUI.java

CS444Project/src/cs444project/presentation/LoginUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . presentation ;

/**
 *
 *  @author  mp802
 */
public   class   LoginUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   LoginUI ()   {
      initComponents ();
    }

    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jLogInButton  =   new  javax . swing . JButton ();
        jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
        jTextArea7  =   new  javax . swing . JTextArea ();
        jPasswordField1  =   new  javax . swing . JPasswordField ();
        jTextField1  =   new  javax . swing . JTextField ();
        jTextField2  =   new  javax . swing . JTextField ();
        label2  =   new  java . awt . Label ();
        label1  =   new  java . awt . Label ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
        jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jLogInButton . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jLogInButton . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jLogInButton . setText ( "Log IN" );
        jLogInButton . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jLogInButtonActionPerformed ( evt );
             }
         });

        jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jOpenCreateAccountGUI . setText ( "Create Account" );
        jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jOpenCreateAccountGUIActionPerformed ( evt );
             }
         });

        jTextArea7 . setColumns ( 20 );
        jTextArea7 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
        jTextArea7 . setRows ( 5 );
        jTextArea7 . setText ( "User Name" );

        jPasswordField1 . setText ( "jPasswordField1" );
        jPasswordField1 . setPreferredSize ( new  java . awt . Dimension ( 127 ,   36 ));

        jTextField1 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField1 . setText ( "Username" );
        jTextField1 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField1ActionPerformed ( evt );
             }
         });

        jTextField2 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
        jTextField2 . setText ( "Password" );
        jTextField2 . setPreferredSize ( new  java . awt . Dimension ( 127 ,   36 ));
        jTextField2 . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jTextField2ActionPerformed ( evt );
             }
         });

        label2 . setFont ( new  java . awt . Font ( "Dialog" ,   2 ,   12 ));   // NOI18N
        label2 . setText ( "Click the button below to create a new account" );

        label1 . setFont ( new  java . awt . Font ( "Dialog" ,   2 ,   12 ));   // NOI18N
        label1 . setText ( "Not Registered?" );

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                     . addComponent ( jLogInButton ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                     . addComponent ( jTextField2 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   186 ,   Short . MAX_VALUE )
                     . addComponent ( jTextField1 ,  javax . swing . GroupLayout . Alignment . TRAILING ))
                 . addGap ( 18 ,   18 ,   18 )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( label2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( label1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   239 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextArea7 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jPasswordField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   248 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addContainerGap ( 22 ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addGap ( 21 ,   21 ,   21 )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jTextArea7 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   46 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jTextField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   46 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addGap ( 9 ,   9 ,   9 )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                     . addComponent ( jTextField2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   52 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jPasswordField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   52 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addGap ( 27 ,   27 ,   27 )
                 . addComponent ( label1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   20 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addComponent ( label2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
                 . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . BASELINE )
                     . addComponent ( jLogInButton ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                     . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
                 . addGap ( 54 ,   54 ,   54 ))
         );

        jPanel1Layout . linkSize ( javax . swing . SwingConstants . VERTICAL ,   new  java . awt . Component []   { jTextArea7 ,  jTextField1 });

        jPanel1Layout . linkSize ( javax . swing . SwingConstants . VERTICAL ,   new  java . awt . Component []   { jPasswordField1 ,  jTextField2 });

        label1 . getAccessibleContext (). setAccessibleName ( "Not Registered? " );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   289 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jLogInButtonActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jLogInButtonActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jLogInButtonActionPerformed

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

     private   void  jTextField1ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField1ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField1ActionPerformed

     private   void  jTextField2ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField2ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField2ActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( LoginUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( LoginUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( LoginUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( LoginUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   LoginUI (). setVisible ( true );
          }
       });
    }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JButton  jLogInButton ;
     private  javax . swing . JButton  jOpenCreateAccountGUI ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JPasswordField  jPasswordField1 ;
     private  javax . swing . JTextArea  jTextArea7 ;
     private  javax . swing . JTextField  jTextField1 ;
     private  javax . swing . JTextField  jTextField2 ;
     private  java . awt . Label  label1 ;
     private  java . awt . Label  label2 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/MaintenanceUI.form

CS444Project/src/cs444project/presentation/MaintenanceUI.java

CS444Project/src/cs444project/presentation/MaintenanceUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */



package  cs444project . presentation ;

import  java . awt . event . ActionEvent ;
import  java . awt . event . ActionListener ;
import  java . text . ParseException ;
import  javax . swing . JFormattedTextField ;
import  javax . swing . JFrame ;
import  javax . swing . SwingUtilities ;
import  javax . swing . text . MaskFormatter ;

/**
 *
 *  @author  mp802
 */
public   class   MaintenanceUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   MaintenanceUI ()   {
      initComponents ();
    }
   
    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
        jScrollPane1  =   new  javax . swing . JScrollPane ();
        jTable1  =   new  javax . swing . JTable ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
        jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jOpenCreateAccountGUI . setText ( "Run Reports" );
        jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jOpenCreateAccountGUIActionPerformed ( evt );
             }
         });

        jTable1 . setModel ( new  javax . swing . table . DefaultTableModel (
             new   Object   [][]   {

             },
             new   String   []   {

             }
         ));
        jScrollPane1 . setViewportView ( jTable1 );

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ( 40 ,   Short . MAX_VALUE )
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   886 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( 48 ,   Short . MAX_VALUE ))
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGap ( 328 ,   328 ,   328 )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   247 ,   Short . MAX_VALUE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addGap ( 23 ,   23 ,   23 ))
         );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( layout . createSequentialGroup ()
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( MaintenanceUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( MaintenanceUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( MaintenanceUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( MaintenanceUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   MaintenanceUI (). setVisible ( true );
          }
       });
    }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JButton  jOpenCreateAccountGUI ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JScrollPane  jScrollPane1 ;
     private  javax . swing . JTable  jTable1 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/PickupTimeUI.form

CS444Project/src/cs444project/presentation/PickupTimeUI.java

CS444Project/src/cs444project/presentation/PickupTimeUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */



package  cs444project . presentation ;

import  java . awt . event . ActionEvent ;
import  java . awt . event . ActionListener ;
import  java . text . ParseException ;
import  javax . swing . JFormattedTextField ;
import  javax . swing . JFrame ;
import  javax . swing . SwingUtilities ;
import  javax . swing . text . MaskFormatter ;

/**
 *
 *  @author  mp802
 */
public   class   PickupTimeUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   PickupTimeUI ()   {
      initComponents ();
    }
   
    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private   void  initComponents ()   {

      jPanel1  =   new  javax . swing . JPanel ();
      jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
      jTextField1  =   new  javax . swing . JTextField ();
      jTextField2  =   new  javax . swing . JTextField ();
      jDateChooser2  =   new  com . toedter . calendar . JDateChooser ();
      jPickUpTimeText  =   new  javax . swing . JTextArea ();

      setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
      setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

      jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
      jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
      jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

      jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
      jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
      jOpenCreateAccountGUI . setText ( "Set Pickup Time" );
      jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
          public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
            jOpenCreateAccountGUIActionPerformed ( evt );
          }
       });

      jTextField1 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
      jTextField1 . setText ( "Pickup Date" );
      jTextField1 . addActionListener ( new  java . awt . event . ActionListener ()   {
          public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
            jTextField1ActionPerformed ( evt );
          }
       });

      jTextField2 . setFont ( new  java . awt . Font ( "Verdana" ,   0 ,   24 ));   // NOI18N
      jTextField2 . setText ( "Pickup Time" );
      jTextField2 . setPreferredSize ( new  java . awt . Dimension ( 127 ,   36 ));
      jTextField2 . addActionListener ( new  java . awt . event . ActionListener ()   {
          public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
            jTextField2ActionPerformed ( evt );
          }
       });

      jDateChooser2 . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N

      jPickUpTimeText . setColumns ( 20 );
      jPickUpTimeText . setFont ( new  java . awt . Font ( "Franklin Gothic Book" ,   0 ,   30 ));   // NOI18N
      jPickUpTimeText . setForeground ( new  java . awt . Color ( 40 ,   44 ,   49 ));
      jPickUpTimeText . setRows ( 5 );

      javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
      jPanel1 . setLayout ( jPanel1Layout );
      jPanel1Layout . setHorizontalGroup (
         jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
          . addGroup ( jPanel1Layout . createSequentialGroup ()
             . addContainerGap ()
             . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                . addComponent ( jTextField2 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   186 ,   Short . MAX_VALUE )
                . addComponent ( jTextField1 ,  javax . swing . GroupLayout . Alignment . TRAILING ))
             . addGap ( 18 ,   18 ,   18 )
             . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING ,   false )
                . addComponent ( jDateChooser2 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                . addComponent ( jPickUpTimeText ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   0 ,   Short . MAX_VALUE )
                . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   276 ,   Short . MAX_VALUE ))
             . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
       );
      jPanel1Layout . setVerticalGroup (
         jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
          . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
             . addGap ( 21 ,   21 ,   21 )
             . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                . addComponent ( jTextField1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   46 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                . addComponent ( jDateChooser2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   46 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
             . addGap ( 9 ,   9 ,   9 )
             . addGroup ( jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
                . addComponent ( jPickUpTimeText ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   43 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                . addComponent ( jTextField2 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   52 ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
             . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED ,   40 ,   Short . MAX_VALUE )
             . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
             . addGap ( 54 ,   54 ,   54 ))
       );

      jPanel1Layout . linkSize ( javax . swing . SwingConstants . VERTICAL ,   new  java . awt . Component []   { jDateChooser2 ,  jTextField1 });

      jPanel1Layout . linkSize ( javax . swing . SwingConstants . VERTICAL ,   new  java . awt . Component []   { jPickUpTimeText ,  jTextField2 });

      javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
      getContentPane (). setLayout ( layout );
      layout . setHorizontalGroup (
         layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
          . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  layout . createSequentialGroup ()
             . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
             . addContainerGap ())
       );
      layout . setVerticalGroup (
         layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
          . addComponent ( jPanel1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
       );

      pack ();
    } // </editor-fold>//GEN-END:initComponents

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

     private   void  jTextField2ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField2ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField2ActionPerformed

     private   void  jTextField1ActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jTextField1ActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jTextField1ActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( PickupTimeUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( PickupTimeUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( PickupTimeUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( PickupTimeUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   PickupTimeUI (). setVisible ( true );
          }
       });
    }

    // Variables declaration - do not modify//GEN-BEGIN:variables
    private  com . toedter . calendar . JDateChooser  jDateChooser2 ;
    private  javax . swing . JButton  jOpenCreateAccountGUI ;
    private  javax . swing . JPanel  jPanel1 ;
    private  javax . swing . JTextArea  jPickUpTimeText ;
    private  javax . swing . JTextField  jTextField1 ;
    private  javax . swing . JTextField  jTextField2 ;
    // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/presentation/ViewOrdersUI.form

CS444Project/src/cs444project/presentation/ViewOrdersUI.java

CS444Project/src/cs444project/presentation/ViewOrdersUI.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */



package  cs444project . presentation ;

import  java . awt . event . ActionEvent ;
import  java . awt . event . ActionListener ;
import  java . text . ParseException ;
import  javax . swing . JFormattedTextField ;
import  javax . swing . JFrame ;
import  javax . swing . SwingUtilities ;
import  javax . swing . text . MaskFormatter ;

/**
 *
 *  @author  mp802
 */
public   class   ViewOrdersUI   extends  javax . swing . JFrame   {

    /**
    * Creates new form LoginUI
    */
    public   ViewOrdersUI ()   {
      initComponents ();
    }
   
    /**
    * This method is called from within the constructor to initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is always
    * regenerated by the Form Editor.
    */
   @ SuppressWarnings ( "unchecked" )
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private   void  initComponents ()   {

        jPanel1  =   new  javax . swing . JPanel ();
        jOpenCreateAccountGUI  =   new  javax . swing . JButton ();
        jScrollPane1  =   new  javax . swing . JScrollPane ();
        jTable1  =   new  javax . swing . JTable ();

        setDefaultCloseOperation ( javax . swing . WindowConstants . EXIT_ON_CLOSE );
        setBackground ( new  java . awt . Color ( 242 ,   244 ,   249 ));

        jPanel1 . setBackground ( new  java . awt . Color ( 231 ,   235 ,   238 ));
        jPanel1 . setBorder ( javax . swing . BorderFactory . createLineBorder ( new  java . awt . Color ( 0 ,   0 ,   0 )));
        jPanel1 . setForeground ( new  java . awt . Color ( 0 ,   71 ,   101 ));

        jOpenCreateAccountGUI . setBackground ( new  java . awt . Color ( 0 ,   71 ,   101 ));
        jOpenCreateAccountGUI . setFont ( new  java . awt . Font ( "Franklin Gothic Heavy" ,   0 ,   24 ));   // NOI18N
        jOpenCreateAccountGUI . setText ( "Add/Update Items" );
        jOpenCreateAccountGUI . addActionListener ( new  java . awt . event . ActionListener ()   {
             public   void  actionPerformed ( java . awt . event . ActionEvent  evt )   {
                jOpenCreateAccountGUIActionPerformed ( evt );
             }
         });

        jScrollPane1 . setViewportView ( jTable1 );

        javax . swing . GroupLayout  jPanel1Layout  =   new  javax . swing . GroupLayout ( jPanel1 );
        jPanel1 . setLayout ( jPanel1Layout );
        jPanel1Layout . setHorizontalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ( 40 ,   Short . MAX_VALUE )
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   886 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( 48 ,   Short . MAX_VALUE ))
             . addGroup ( jPanel1Layout . createSequentialGroup ()
                 . addGap ( 328 ,   328 ,   328 )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   276 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE ))
         );
        jPanel1Layout . setVerticalGroup (
            jPanel1Layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( javax . swing . GroupLayout . Alignment . TRAILING ,  jPanel1Layout . createSequentialGroup ()
                 . addContainerGap ()
                 . addComponent ( jScrollPane1 ,  javax . swing . GroupLayout . DEFAULT_SIZE ,   247 ,   Short . MAX_VALUE )
                 . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . UNRELATED )
                 . addComponent ( jOpenCreateAccountGUI ,  javax . swing . GroupLayout . PREFERRED_SIZE ,   54 ,  javax . swing . GroupLayout . PREFERRED_SIZE )
                 . addGap ( 23 ,   23 ,   23 ))
         );

        javax . swing . GroupLayout  layout  =   new  javax . swing . GroupLayout ( getContentPane ());
        getContentPane (). setLayout ( layout );
        layout . setHorizontalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addGroup ( layout . createSequentialGroup ()
                 . addContainerGap ( javax . swing . GroupLayout . DEFAULT_SIZE ,   Short . MAX_VALUE )
                 . addComponent ( jPanel1 ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE ))
         );
        layout . setVerticalGroup (
            layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . LEADING )
             . addComponent ( jPanel1 ,  javax . swing . GroupLayout . Alignment . TRAILING ,  javax . swing . GroupLayout . PREFERRED_SIZE ,  javax . swing . GroupLayout . DEFAULT_SIZE ,  javax . swing . GroupLayout . PREFERRED_SIZE )
         );

        pack ();
     } // </editor-fold>//GEN-END:initComponents

     private   void  jOpenCreateAccountGUIActionPerformed ( java . awt . event . ActionEvent  evt )   { //GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
         // TODO add your handling code here:
     } //GEN-LAST:event_jOpenCreateAccountGUIActionPerformed

    /**
    *  @param  args the command line arguments
    */
    public   static   void  main ( String  args [])   {
       /* Set the Nimbus look and feel */
       //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
       /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
       */
       try   {
          for   ( javax . swing . UIManager . LookAndFeelInfo  info  :  javax . swing . UIManager . getInstalledLookAndFeels ())   {
             if   ( "Nimbus" . equals ( info . getName ()))   {
               javax . swing . UIManager . setLookAndFeel ( info . getClassName ());
                break ;
             }
          }
       }   catch   ( ClassNotFoundException  ex )   {
         java . util . logging . Logger . getLogger ( ViewOrdersUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( InstantiationException  ex )   {
         java . util . logging . Logger . getLogger ( ViewOrdersUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( IllegalAccessException  ex )   {
         java . util . logging . Logger . getLogger ( ViewOrdersUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }   catch   ( javax . swing . UnsupportedLookAndFeelException  ex )   {
         java . util . logging . Logger . getLogger ( ViewOrdersUI . class . getName ()). log ( java . util . logging . Level . SEVERE ,   null ,  ex );
       }
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>
       //</editor-fold>

       /* Create and display the form */
      java . awt . EventQueue . invokeLater ( new   Runnable ()   {
          public   void  run ()   {
             new   ViewOrdersUI (). setVisible ( true );
          }
       });
    }

     // Variables declaration - do not modify//GEN-BEGIN:variables
     private  javax . swing . JButton  jOpenCreateAccountGUI ;
     private  javax . swing . JPanel  jPanel1 ;
     private  javax . swing . JScrollPane  jScrollPane1 ;
     private  javax . swing . JTable  jTable1 ;
     // End of variables declaration//GEN-END:variables
}

CS444Project/src/cs444project/service/Accounts.java

CS444Project/src/cs444project/service/Accounts.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . service ;

/**
 *
 *  @author  mp802
 */
public   interface   Accounts   {
    
}

CS444Project/src/cs444project/service/Contact.java

CS444Project/src/cs444project/service/Contact.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . service ;

/**
 *
 *  @author  mp802
 */
public   interface   Contact   {
    
}

CS444Project/src/cs444project/service/Login.java

CS444Project/src/cs444project/service/Login.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . service ;

/**
 *
 *  @author  mp802
 */
public   interface   Login   {
    
}

CS444Project/src/cs444project/service/MenuItems.java

CS444Project/src/cs444project/service/MenuItems.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . service ;

/**
 *
 *  @author  mp802
 */
public   interface   MenuItems   {
    
}

CS444Project/src/cs444project/service/MenuSubItems.java

CS444Project/src/cs444project/service/MenuSubItems.java

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package  cs444project . service ;

/**
 *
 *  @author  mp802
 */
public   interface   MenuSubItems   {
    
}