Advertisement
Guest User

Untitled

a guest
Apr 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.86 KB | None | 0 0
  1.  
  2. import javax.swing.JFrame;
  3.  
  4. /*
  5. * To change this license header, choose License Headers in Project Properties.
  6. * To change this template file, choose Tools | Templates
  7. * and open the template in the editor.
  8. */
  9.  
  10.  
  11. /**
  12. *
  13. * @author samsung
  14. */
  15. public class RegisterForm extends javax.swing.JFrame {
  16.  
  17. /**
  18. * Creates new form RegisterForm
  19. */
  20. public RegisterForm() {
  21. initComponents();
  22. }
  23.  
  24. /**
  25. * This method is called from within the constructor to initialize the form.
  26. * WARNING: Do NOT modify this code. The content of this method is always
  27. * regenerated by the Form Editor.
  28. */
  29. @SuppressWarnings("unchecked")
  30. // <editor-fold defaultstate="collapsed" desc="Generated Code">
  31. private void initComponents() {
  32.  
  33. dateChooserDialog1 = new datechooser.beans.DateChooserDialog();
  34. dateChooserDialog2 = new datechooser.beans.DateChooserDialog();
  35. dateChooserDialog3 = new datechooser.beans.DateChooserDialog();
  36. jPanel2 = new javax.swing.JPanel();
  37. jLabelClose = new javax.swing.JLabel();
  38. jLabel2 = new javax.swing.JLabel();
  39. jLabelMin = new javax.swing.JLabel();
  40. jPanel3 = new javax.swing.JPanel();
  41. jLabel4 = new javax.swing.JLabel();
  42. jLabel5 = new javax.swing.JLabel();
  43. jTextField1 = new javax.swing.JTextField();
  44. jPasswordField1 = new javax.swing.JPasswordField();
  45. jButton1Register = new javax.swing.JButton();
  46. jButton2 = new javax.swing.JButton();
  47. jLabelLogin = new javax.swing.JLabel();
  48. jLabel6 = new javax.swing.JLabel();
  49. jTextField2 = new javax.swing.JTextField();
  50. jLabel7 = new javax.swing.JLabel();
  51. jTextField3 = new javax.swing.JTextField();
  52. jLabel8 = new javax.swing.JLabel();
  53. jPasswordField2 = new javax.swing.JPasswordField();
  54. jLabel9 = new javax.swing.JLabel();
  55. jDateChooser1 = new com.toedter.calendar.JDateChooser();
  56. jLabel10 = new javax.swing.JLabel();
  57. jScrollPane1 = new javax.swing.JScrollPane();
  58. jTextArea1 = new javax.swing.JTextArea();
  59. jLabel1 = new javax.swing.JLabel();
  60.  
  61. dateChooserDialog3.setCalendarBackground(new java.awt.Color(255, 255, 255));
  62.  
  63. setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
  64. setUndecorated(true);
  65.  
  66. jPanel2.setBackground(new java.awt.Color(248, 148, 6));
  67.  
  68. jLabelClose.setFont(new java.awt.Font("Tahoma", 1, 18)); // NOI18N
  69. jLabelClose.setForeground(new java.awt.Color(255, 255, 255));
  70. jLabelClose.setText("X");
  71. jLabelClose.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
  72. jLabelClose.addMouseListener(new java.awt.event.MouseAdapter() {
  73. public void mouseClicked(java.awt.event.MouseEvent evt) {
  74. jLabelCloseMouseClicked(evt);
  75. }
  76. });
  77.  
  78. jLabel2.setFont(new java.awt.Font("Tahoma", 1, 18)); // NOI18N
  79. jLabel2.setForeground(new java.awt.Color(255, 255, 255));
  80. jLabel2.setText("Register");
  81.  
  82. jLabelMin.setFont(new java.awt.Font("Tahoma", 1, 18)); // NOI18N
  83. jLabelMin.setForeground(new java.awt.Color(255, 255, 255));
  84. jLabelMin.setText("-");
  85. jLabelMin.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
  86. jLabelMin.addMouseListener(new java.awt.event.MouseAdapter() {
  87. public void mouseClicked(java.awt.event.MouseEvent evt) {
  88. jLabelMinMouseClicked(evt);
  89. }
  90. });
  91.  
  92. javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);
  93. jPanel2.setLayout(jPanel2Layout);
  94. jPanel2Layout.setHorizontalGroup(
  95. jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  96. .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup()
  97. .addGap(22, 22, 22)
  98. .addComponent(jLabel2)
  99. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
  100. .addComponent(jLabelMin, javax.swing.GroupLayout.PREFERRED_SIZE, 27, javax.swing.GroupLayout.PREFERRED_SIZE)
  101. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
  102. .addComponent(jLabelClose)
  103. .addGap(19, 19, 19))
  104. );
  105. jPanel2Layout.setVerticalGroup(
  106. jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  107. .addGroup(jPanel2Layout.createSequentialGroup()
  108. .addContainerGap()
  109. .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  110. .addComponent(jLabelClose, javax.swing.GroupLayout.PREFERRED_SIZE, 34, javax.swing.GroupLayout.PREFERRED_SIZE)
  111. .addComponent(jLabelMin, javax.swing.GroupLayout.PREFERRED_SIZE, 34, javax.swing.GroupLayout.PREFERRED_SIZE)
  112. .addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE, 38, Short.MAX_VALUE))
  113. .addContainerGap(21, Short.MAX_VALUE))
  114. );
  115.  
  116. jPanel3.setBackground(new java.awt.Color(44, 62, 80));
  117.  
  118. jLabel4.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  119. jLabel4.setForeground(new java.awt.Color(236, 240, 241));
  120. jLabel4.setText("UserName:");
  121.  
  122. jLabel5.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  123. jLabel5.setForeground(new java.awt.Color(236, 240, 241));
  124. jLabel5.setText("Password:");
  125.  
  126. jTextField1.setBackground(new java.awt.Color(108, 122, 137));
  127. jTextField1.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
  128. jTextField1.setForeground(new java.awt.Color(228, 241, 254));
  129.  
  130. jPasswordField1.setBackground(new java.awt.Color(108, 122, 137));
  131. jPasswordField1.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
  132. jPasswordField1.setForeground(new java.awt.Color(228, 241, 254));
  133.  
  134. jButton1Register.setBackground(new java.awt.Color(34, 167, 240));
  135. jButton1Register.setFont(new java.awt.Font("Tahoma", 1, 14)); // NOI18N
  136. jButton1Register.setForeground(new java.awt.Color(255, 255, 255));
  137. jButton1Register.setText("Register");
  138.  
  139. jButton2.setBackground(new java.awt.Color(242, 38, 19));
  140. jButton2.setFont(new java.awt.Font("Tahoma", 1, 14)); // NOI18N
  141. jButton2.setForeground(new java.awt.Color(255, 255, 255));
  142. jButton2.setText("Reset");
  143. jButton2.addActionListener(new java.awt.event.ActionListener() {
  144. public void actionPerformed(java.awt.event.ActionEvent evt) {
  145. jButton2ActionPerformed(evt);
  146. }
  147. });
  148.  
  149. jLabelLogin.setFont(new java.awt.Font("Tahoma", 0, 12)); // NOI18N
  150. jLabelLogin.setForeground(new java.awt.Color(51, 255, 255));
  151. jLabelLogin.setText(" Login");
  152. jLabelLogin.setText("<HTML><U>Login</U></HTML>");
  153. jLabelLogin.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));
  154. jLabelLogin.addMouseListener(new java.awt.event.MouseAdapter() {
  155. public void mouseClicked(java.awt.event.MouseEvent evt) {
  156. jLabelLoginMouseClicked(evt);
  157. }
  158. });
  159.  
  160. jLabel6.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  161. jLabel6.setForeground(new java.awt.Color(236, 240, 241));
  162. jLabel6.setText("First Name:");
  163.  
  164. jTextField2.setBackground(new java.awt.Color(108, 122, 137));
  165. jTextField2.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
  166. jTextField2.setForeground(new java.awt.Color(228, 241, 254));
  167. jTextField2.addActionListener(new java.awt.event.ActionListener() {
  168. public void actionPerformed(java.awt.event.ActionEvent evt) {
  169. jTextField2ActionPerformed(evt);
  170. }
  171. });
  172.  
  173. jLabel7.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  174. jLabel7.setForeground(new java.awt.Color(236, 240, 241));
  175. jLabel7.setText("Last Name:");
  176.  
  177. jTextField3.setBackground(new java.awt.Color(108, 122, 137));
  178. jTextField3.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
  179. jTextField3.setForeground(new java.awt.Color(228, 241, 254));
  180. jTextField3.addActionListener(new java.awt.event.ActionListener() {
  181. public void actionPerformed(java.awt.event.ActionEvent evt) {
  182. jTextField3ActionPerformed(evt);
  183. }
  184. });
  185.  
  186. jLabel8.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  187. jLabel8.setForeground(new java.awt.Color(236, 240, 241));
  188. jLabel8.setText("Retype-Pass:");
  189.  
  190. jPasswordField2.setBackground(new java.awt.Color(108, 122, 137));
  191. jPasswordField2.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
  192. jPasswordField2.setForeground(new java.awt.Color(228, 241, 254));
  193.  
  194. jLabel9.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  195. jLabel9.setForeground(new java.awt.Color(236, 240, 241));
  196. jLabel9.setText("BirthDate:");
  197.  
  198. jDateChooser1.setBackground(new java.awt.Color(108, 122, 137));
  199. jDateChooser1.setForeground(new java.awt.Color(228, 241, 254));
  200.  
  201. jLabel10.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N
  202. jLabel10.setForeground(new java.awt.Color(236, 240, 241));
  203. jLabel10.setText("Address:");
  204.  
  205. jTextArea1.setBackground(new java.awt.Color(108, 122, 137));
  206. jTextArea1.setColumns(6);
  207. jTextArea1.setForeground(new java.awt.Color(228, 241, 254));
  208. jTextArea1.setRows(5);
  209. jTextArea1.setTabSize(5);
  210. jScrollPane1.setViewportView(jTextArea1);
  211.  
  212. jLabel1.setFont(new java.awt.Font("Tahoma", 0, 12)); // NOI18N
  213. jLabel1.setForeground(new java.awt.Color(255, 255, 255));
  214. jLabel1.setText("Already a member?");
  215.  
  216. javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);
  217. jPanel3.setLayout(jPanel3Layout);
  218. jPanel3Layout.setHorizontalGroup(
  219. jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  220. .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()
  221. .addGap(0, 0, Short.MAX_VALUE)
  222. .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 88, javax.swing.GroupLayout.PREFERRED_SIZE)
  223. .addGap(224, 224, 224))
  224. .addGroup(jPanel3Layout.createSequentialGroup()
  225. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  226. .addGroup(jPanel3Layout.createSequentialGroup()
  227. .addGap(52, 52, 52)
  228. .addComponent(jLabel4)
  229. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
  230. .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
  231. .addGroup(jPanel3Layout.createSequentialGroup()
  232. .addGap(50, 50, 50)
  233. .addComponent(jLabel7)
  234. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
  235. .addComponent(jTextField3, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
  236. .addGroup(jPanel3Layout.createSequentialGroup()
  237. .addGap(50, 50, 50)
  238. .addComponent(jLabel6, javax.swing.GroupLayout.PREFERRED_SIZE, 90, javax.swing.GroupLayout.PREFERRED_SIZE)
  239. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
  240. .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
  241. .addGroup(jPanel3Layout.createSequentialGroup()
  242. .addGap(224, 224, 224)
  243. .addComponent(jButton1Register))
  244. .addGroup(jPanel3Layout.createSequentialGroup()
  245. .addGap(36, 36, 36)
  246. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
  247. .addComponent(jLabel8)
  248. .addComponent(jLabel5, javax.swing.GroupLayout.PREFERRED_SIZE, 80, javax.swing.GroupLayout.PREFERRED_SIZE)
  249. .addComponent(jLabel9)
  250. .addComponent(jLabel10))
  251. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
  252. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  253. .addComponent(jPasswordField1, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)
  254. .addComponent(jPasswordField2, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)
  255. .addComponent(jDateChooser1, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)
  256. .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 208, javax.swing.GroupLayout.PREFERRED_SIZE))))
  257. .addContainerGap(56, Short.MAX_VALUE))
  258. .addGroup(jPanel3Layout.createSequentialGroup()
  259. .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
  260. .addComponent(jLabel1)
  261. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
  262. .addComponent(jLabelLogin)
  263. .addGap(44, 44, 44))
  264. );
  265. jPanel3Layout.setVerticalGroup(
  266. jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  267. .addGroup(jPanel3Layout.createSequentialGroup()
  268. .addGap(49, 49, 49)
  269. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  270. .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  271. .addComponent(jLabel6))
  272. .addGap(18, 18, 18)
  273. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  274. .addComponent(jTextField3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  275. .addComponent(jLabel7))
  276. .addGap(18, 18, 18)
  277. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  278. .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  279. .addComponent(jLabel4))
  280. .addGap(18, 18, 18)
  281. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  282. .addComponent(jPasswordField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  283. .addComponent(jLabel5))
  284. .addGap(18, 18, 18)
  285. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  286. .addComponent(jPasswordField2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  287. .addComponent(jLabel8))
  288. .addGap(17, 17, 17)
  289. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
  290. .addComponent(jDateChooser1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  291. .addComponent(jLabel9))
  292. .addGap(18, 18, 18)
  293. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  294. .addComponent(jLabel10)
  295. .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 108, javax.swing.GroupLayout.PREFERRED_SIZE))
  296. .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 61, Short.MAX_VALUE)
  297. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  298. .addComponent(jButton1Register, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE)
  299. .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE))
  300. .addGap(18, 18, 18)
  301. .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
  302. .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 15, javax.swing.GroupLayout.PREFERRED_SIZE)
  303. .addComponent(jLabelLogin, javax.swing.GroupLayout.PREFERRED_SIZE, 15, javax.swing.GroupLayout.PREFERRED_SIZE))
  304. .addGap(41, 41, 41))
  305. );
  306.  
  307. javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
  308. getContentPane().setLayout(layout);
  309. layout.setHorizontalGroup(
  310. layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  311. .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
  312. .addComponent(jPanel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
  313. );
  314. layout.setVerticalGroup(
  315. layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  316. .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
  317. .addGroup(layout.createSequentialGroup()
  318. .addGap(66, 66, 66)
  319. .addComponent(jPanel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
  320. );
  321.  
  322. pack();
  323. }// </editor-fold>
  324.  
  325. private void jLabelCloseMouseClicked(java.awt.event.MouseEvent evt) {
  326.  
  327. System.exit(0);
  328. }
  329.  
  330. private void jLabelMinMouseClicked(java.awt.event.MouseEvent evt) {
  331.  
  332. this.setState(JFrame.ICONIFIED);
  333. }
  334.  
  335. private void jLabelLoginMouseClicked(java.awt.event.MouseEvent evt) {
  336.  
  337. LoginForm lgf = new LoginForm();
  338. lgf.setVisible(true);
  339. lgf.pack();
  340. lgf.setLocationRelativeTo(null);
  341. lgf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  342. this.dispose();
  343. }
  344.  
  345. private void jTextField2ActionPerformed(java.awt.event.ActionEvent evt) {
  346. // TODO add your handling code here:
  347. }
  348.  
  349. private void jTextField3ActionPerformed(java.awt.event.ActionEvent evt) {
  350. // TODO add your handling code here:
  351. }
  352.  
  353. private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
  354. // TODO add your handling code here:
  355. }
  356.  
  357. /**
  358. * @param args the command line arguments
  359. */
  360. public static void main(String args[]) {
  361. /* Set the Nimbus look and feel */
  362. //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
  363. /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
  364. * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
  365. */
  366. try {
  367. for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
  368. if ("Nimbus".equals(info.getName())) {
  369. javax.swing.UIManager.setLookAndFeel(info.getClassName());
  370. break;
  371. }
  372. }
  373. } catch (ClassNotFoundException ex) {
  374. java.util.logging.Logger.getLogger(RegisterForm.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
  375. } catch (InstantiationException ex) {
  376. java.util.logging.Logger.getLogger(RegisterForm.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
  377. } catch (IllegalAccessException ex) {
  378. java.util.logging.Logger.getLogger(RegisterForm.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
  379. } catch (javax.swing.UnsupportedLookAndFeelException ex) {
  380. java.util.logging.Logger.getLogger(RegisterForm.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
  381. }
  382. //</editor-fold>
  383.  
  384. /* Create and display the form */
  385. java.awt.EventQueue.invokeLater(new Runnable() {
  386. public void run() {
  387. new RegisterForm().setVisible(true);
  388. }
  389. });
  390. }
  391.  
  392. // Variables declaration - do not modify
  393. private datechooser.beans.DateChooserDialog dateChooserDialog1;
  394. private datechooser.beans.DateChooserDialog dateChooserDialog2;
  395. private datechooser.beans.DateChooserDialog dateChooserDialog3;
  396. private javax.swing.JButton jButton1Register;
  397. private javax.swing.JButton jButton2;
  398. private com.toedter.calendar.JDateChooser jDateChooser1;
  399. private javax.swing.JLabel jLabel1;
  400. private javax.swing.JLabel jLabel10;
  401. private javax.swing.JLabel jLabel2;
  402. private javax.swing.JLabel jLabel4;
  403. private javax.swing.JLabel jLabel5;
  404. private javax.swing.JLabel jLabel6;
  405. private javax.swing.JLabel jLabel7;
  406. private javax.swing.JLabel jLabel8;
  407. private javax.swing.JLabel jLabel9;
  408. private javax.swing.JLabel jLabelClose;
  409. private javax.swing.JLabel jLabelLogin;
  410. private javax.swing.JLabel jLabelMin;
  411. private javax.swing.JPanel jPanel2;
  412. private javax.swing.JPanel jPanel3;
  413. private javax.swing.JPasswordField jPasswordField1;
  414. private javax.swing.JPasswordField jPasswordField2;
  415. private javax.swing.JScrollPane jScrollPane1;
  416. private javax.swing.JTextArea jTextArea1;
  417. private javax.swing.JTextField jTextField1;
  418. private javax.swing.JTextField jTextField2;
  419. private javax.swing.JTextField jTextField3;
  420. // End of variables declaration
  421. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement