Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. public class HotelGuiForm extends javax.swing.JFrame {
  2. public HotelGuiForm() {
  3. initComponents();
  4.  
  5.  
  6. }
  7.  
  8. public class HotelGuiForm extends javax.swing.JFrame {
  9. public static void main(String[] args);
  10. {
  11. public HotelGuiForm() {
  12. initComponents();
  13.  
  14.  
  15. }
  16. //Rest of Code
  17. }
  18.  
  19. public class HotelGuiForm extends javax.swing.JFrame {
  20. public HotelGuiForm() {
  21. initComponents();
  22. }
  23.  
  24. public static void main(String[] args){
  25. HotelGuiForm HGF = new HotelGuiForm();
  26. }
  27. }
  28.  
  29. public class HotelGuiForm extends javax.swing.JFrame {
  30. public HotelGuiForm() {
  31. initComponents();
  32. }
  33.  
  34. public static void main(String[] args){
  35. new HotelGuiForm();
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement