Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5.  
  6. /*
  7. * addcustomer.java
  8. *
  9. * Created on Jan 15, 2012, 3:30:47 PM
  10. */
  11.  
  12. package loyaltyschemeapplication;
  13.  
  14. import loyaltyscheme.Customer;
  15. import loyaltyscheme.CustomerList;
  16. import loyaltyscheme.EmailAddress;
  17. import loyaltyscheme.Person;
  18. import loyaltyscheme.PointsRecord;
  19. import loyaltyschemeapplication.loyaltyschememenu;
  20.  
  21. /**
  22. *
  23. * @author JBennett
  24. */
  25. public class addcustomer extends javax.swing.JFrame {
  26.  
  27. /** Creates new form addcustomer */
  28. public addcustomer() {
  29.  
  30. txtFirstName.setText(selected.getFirstName());
  31.  
  32.  
  33. initComponents();
  34. }
Add Comment
Please, Sign In to add comment