├── Resume Demo.pdf ├── manifest.mf ├── nbproject ├── private │ ├── private.properties │ └── private.xml ├── genfiles.properties ├── project.xml ├── project.properties └── build-impl.xml ├── src ├── SimpleThemesDemo.java ├── user_details.form └── user_details.java ├── README.md ├── LICENSE └── LICENSE.md /Resume Demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krshrimali/CV-Now/master/Resume Demo.pdf -------------------------------------------------------------------------------- /manifest.mf: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | X-COMMENT: Main-Class will be added automatically by build 3 | 4 | -------------------------------------------------------------------------------- /nbproject/private/private.properties: -------------------------------------------------------------------------------- 1 | compile.on.save=true 2 | file.reference.itextpdf-5.5.9.jar=C:\\Users\\KushashwaRavi\\Downloads\\iText\\itextpdf-5.5.9.jar 3 | user.properties.file=C:\\Users\\KushashwaRavi\\AppData\\Roaming\\NetBeans\\8.1\\build.properties 4 | -------------------------------------------------------------------------------- /src/SimpleThemesDemo.java: -------------------------------------------------------------------------------- 1 | /* 2 | * To change this license header, choose License Headers in Project Properties. 3 | * To change this template file, choose Tools | Templates 4 | * and open the template in the editor. 5 | */ 6 | 7 | /** 8 | * 9 | * @author KushashwaRavi 10 | */ 11 | class SimpleThemesDemo { 12 | 13 | public SimpleThemesDemo() { 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /nbproject/genfiles.properties: -------------------------------------------------------------------------------- 1 | build.xml.data.CRC32=dbb64ab3 2 | build.xml.script.CRC32=9b17753a 3 | build.xml.stylesheet.CRC32=8064a381@1.79.1.48 4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 | nbproject/build-impl.xml.data.CRC32=dbb64ab3 7 | nbproject/build-impl.xml.script.CRC32=cc4c04fd 8 | nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48 9 | -------------------------------------------------------------------------------- /nbproject/private/private.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | file:/E:/Programs/Project/CV-Now/src/user_details.java 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /nbproject/project.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.netbeans.modules.java.j2seproject 4 | 5 | 6 | CV-Now 7 | 1.6.5 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /nbproject/project.properties: -------------------------------------------------------------------------------- 1 | #Wed Jun 22 11:50:14 IST 2016 2 | excludes= 3 | file.reference.JTattoo-1.6.11.jar=C:\\Users\\KushashwaRavi\\Downloads\\JTattoo-1.6.11.jar 4 | javac.deprecation=false 5 | build.test.results.dir=${build.dir}/test/results 6 | run.classpath=${javac.classpath}\:${build.classes.dir} 7 | javadoc.nonavbar=false 8 | run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir} 9 | javac.target=1.5 10 | file.reference.itextpdf-5.5.9.jar=itextpdf-5.5.9.jar 11 | javadoc.noindex=false 12 | javadoc.additionalparam= 13 | includes=** 14 | build.classes.dir=${build.dir}/classes 15 | source.encoding=UTF-8 16 | javadoc.author=false 17 | test.src.dir=test 18 | build.dir=build 19 | build.test.classes.dir=${build.dir}/test/classes 20 | platform.active=default_platform 21 | javac.compilerargs= 22 | main.class=user_details 23 | dist.jar=${dist.dir}/CV-Now.jar 24 | javadoc.use=true 25 | build.sysclasspath=ignore 26 | debug.test.classpath=${run.test.classpath} 27 | dist.dir=dist 28 | build.classes.excludes=**/*.java,**/*.form 29 | javadoc.encoding=${source.encoding} 30 | javadoc.splitindex=true 31 | javac.source=1.5 32 | junit.selected.version=3 33 | debug.classpath=${run.classpath} 34 | run.jvmargs= 35 | build.generated.dir=${build.dir}/generated 36 | jar.compress=false 37 | javac.test.classpath=${javac.classpath}\:${build.classes.dir}\:\:${libs.junit_4.classpath}\:${libs.hamcrest.classpath} 38 | javadoc.private=false 39 | meta.inf.dir=${src.dir}/META-INF 40 | manifest.file=manifest.mf 41 | dist.javadoc.dir=${dist.dir}/javadoc 42 | src.dir=src 43 | javac.classpath=\ 44 | ${file.reference.itextpdf-5.5.9.jar}:\ 45 | ${file.reference.JTattoo-1.6.11.jar} 46 | build.generated.sources.dir=${build.dir}/generated-sources 47 | javadoc.version=false 48 | javadoc.windowtitle= 49 | javadoc.notree=false 50 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CV-Now 2 | 3 | 4 |

Introduction :

5 |

A Java GUI application, made to make it easy for starters, students, and job applicants to make their CV.

6 | 7 | We are happy to share the **Demo** of this project on YouTube: https://www.youtube.com/watch?v=ki4cOC5vIkk. 8 | 9 |

The Format of the CV is based on the format used by famous personalities all over the World. Some of the notable faculty at Chicago University uses the similar format. We have tried to keep it as professional as possible.

10 | 11 |

Instructions before using the application:

12 |

13 |

    14 |
  1. Make sure you have Java RunTime Environment installed.
  2. 15 |
  3. Download this project and run in Netbeans or any similar IDE.
  4. 16 |
  5. Downlaod the following Libraries in order to run the project with the provided functions: 17 | 21 |
  6. 22 |
23 |

24 | 25 |

How-To Instructions

26 |
    27 |
  1. Filling the information : 28 | 32 |
  2. 33 | 34 |
  3. Generating the PDF : 35 | 38 |
39 | 40 |

About Us:

41 | 42 |

We're a team of two students, learners and down to Earth programmers (i.e. beginners). The team includes

43 | 47 | 48 |

For any query, feedback and suggestions, contact us here :

49 | cvnow001@gmail.com 50 | 51 | 52 | ======= 53 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {2016} {Kushashwa Ravi Shrimali and Parul Prakriti} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright (c) 2016 Kushashwa Ravi Shrimali and Parul Prakriti 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /src/user_details.form: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 860 | 861 | 862 | -------------------------------------------------------------------------------- /src/user_details.java: -------------------------------------------------------------------------------- 1 | import com.itextpdf.text.Chunk; 2 | import javax.swing.JFrame; 3 | import javax.swing.JOptionPane; 4 | import java.io.FileNotFoundException; 5 | import java.io.FileOutputStream; 6 | 7 | import com.itextpdf.text.Document; 8 | import com.itextpdf.text.DocumentException; 9 | import com.itextpdf.text.Element; 10 | import com.itextpdf.text.Font; 11 | import com.itextpdf.text.FontFactory; 12 | import com.itextpdf.text.Paragraph; 13 | import com.itextpdf.text.pdf.PdfWriter; 14 | import java.util.logging.Level; 15 | import java.util.logging.Logger; 16 | import javax.swing.UIManager; 17 | /* 18 | * To change this template, choose Tools | Templates 19 | * and open the template in the editor. 20 | */ 21 | 22 | /* 23 | * user_details.java 24 | * 25 | * Created on 16 Jun, 2016, 10:49:41 AM 26 | */ 27 | 28 | /** 29 | * 30 | * @author Parul Prakriti and Kushashwa Ravi Shrimali 31 | */ 32 | public class user_details extends javax.swing.JFrame { 33 | 34 | /** Creates new form user_details */ 35 | public user_details() { 36 | initComponents(); 37 | } 38 | 39 | /** This method is called from within the constructor to 40 | * initialize the form. 41 | * WARNING: Do NOT modify this code. The content of this method is 42 | * always regenerated by the Form Editor. 43 | */ 44 | @SuppressWarnings("unchecked") 45 | // //GEN-BEGIN:initComponents 46 | private void initComponents() { 47 | 48 | personal_details = new javax.swing.JFrame(); 49 | jLabel2 = new javax.swing.JLabel(); 50 | jLabel4 = new javax.swing.JLabel(); 51 | jLabel3 = new javax.swing.JLabel(); 52 | jLabel7 = new javax.swing.JLabel(); 53 | jLabel8 = new javax.swing.JLabel(); 54 | jLabel9 = new javax.swing.JLabel(); 55 | jLabel10 = new javax.swing.JLabel(); 56 | txt7 = new javax.swing.JTextField(); 57 | txt6 = new javax.swing.JTextField(); 58 | rb1 = new javax.swing.JCheckBox(); 59 | rb2 = new javax.swing.JCheckBox(); 60 | txt4 = new javax.swing.JTextField(); 61 | txt3 = new javax.swing.JTextField(); 62 | txt1 = new javax.swing.JTextField(); 63 | jLabel5 = new javax.swing.JLabel(); 64 | jLabel6 = new javax.swing.JLabel(); 65 | txt2 = new javax.swing.JTextField(); 66 | txt5 = new javax.swing.JTextField(); 67 | jScrollPane1 = new javax.swing.JScrollPane(); 68 | txt8 = new javax.swing.JTextArea(); 69 | jLabel11 = new javax.swing.JLabel(); 70 | jButton2 = new javax.swing.JButton(); 71 | edu_exp_details = new javax.swing.JFrame(); 72 | jLabel12 = new javax.swing.JLabel(); 73 | jLabel13 = new javax.swing.JLabel(); 74 | jLabel14 = new javax.swing.JLabel(); 75 | jLabel15 = new javax.swing.JLabel(); 76 | jLabel16 = new javax.swing.JLabel(); 77 | jScrollPane2 = new javax.swing.JScrollPane(); 78 | ta1 = new javax.swing.JTextArea(); 79 | jScrollPane4 = new javax.swing.JScrollPane(); 80 | ta4 = new javax.swing.JTextArea(); 81 | jScrollPane3 = new javax.swing.JScrollPane(); 82 | ta3 = new javax.swing.JTextArea(); 83 | jScrollPane5 = new javax.swing.JScrollPane(); 84 | ta2 = new javax.swing.JTextArea(); 85 | jButton3 = new javax.swing.JButton(); 86 | acheivements = new javax.swing.JFrame(); 87 | jLabel17 = new javax.swing.JLabel(); 88 | jLabel18 = new javax.swing.JLabel(); 89 | jScrollPane6 = new javax.swing.JScrollPane(); 90 | taAcc2 = new javax.swing.JTextArea(); 91 | jScrollPane7 = new javax.swing.JScrollPane(); 92 | taAcc = new javax.swing.JTextArea(); 93 | jButton4 = new javax.swing.JButton(); 94 | references = new javax.swing.JFrame(); 95 | jButton5 = new javax.swing.JButton(); 96 | jLabel23 = new javax.swing.JLabel(); 97 | refcb = new javax.swing.JComboBox(); 98 | jLabel19 = new javax.swing.JLabel(); 99 | Who_are_we = new javax.swing.JFrame(); 100 | jLabel24 = new javax.swing.JLabel(); 101 | jButton6 = new javax.swing.JButton(); 102 | jLabel1 = new javax.swing.JLabel(); 103 | jButton1 = new javax.swing.JButton(); 104 | jMenuBar1 = new javax.swing.JMenuBar(); 105 | Home_Menu = new javax.swing.JMenu(); 106 | New = new javax.swing.JMenuItem(); 107 | Exit = new javax.swing.JMenuItem(); 108 | Aboutus_Menu = new javax.swing.JMenu(); 109 | We = new javax.swing.JMenuItem(); 110 | 111 | personal_details.setMinimumSize(new java.awt.Dimension(765, 540)); 112 | 113 | jLabel2.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 114 | jLabel2.setText("First Name"); 115 | 116 | jLabel4.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 117 | jLabel4.setText("Date of Birth (dd/mm/yyyy)"); 118 | 119 | jLabel3.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 120 | jLabel3.setText("Father's/Gardian's Name"); 121 | 122 | jLabel7.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 123 | jLabel7.setText("Gender"); 124 | 125 | jLabel8.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 126 | jLabel8.setText("Marital Status"); 127 | 128 | jLabel9.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 129 | jLabel9.setText("Contact No."); 130 | 131 | jLabel10.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 132 | jLabel10.setText("Permanent Address"); 133 | 134 | rb1.setText("Male"); 135 | 136 | rb2.setText("Female"); 137 | rb2.addActionListener(new java.awt.event.ActionListener() { 138 | public void actionPerformed(java.awt.event.ActionEvent evt) { 139 | rb2ActionPerformed(evt); 140 | } 141 | }); 142 | 143 | jLabel5.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 144 | jLabel5.setText("Age"); 145 | 146 | jLabel6.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 147 | jLabel6.setText("Last Name"); 148 | 149 | txt8.setColumns(20); 150 | txt8.setRows(5); 151 | jScrollPane1.setViewportView(txt8); 152 | 153 | jLabel11.setFont(new java.awt.Font("AR CENA", 1, 24)); // NOI18N 154 | jLabel11.setForeground(new java.awt.Color(0, 204, 153)); 155 | jLabel11.setText("Input Your Personal Details"); 156 | 157 | jButton2.setFont(new java.awt.Font("AR CENA", 1, 18)); // NOI18N 158 | jButton2.setForeground(new java.awt.Color(204, 0, 0)); 159 | jButton2.setText("Save Details and Proceed"); 160 | jButton2.addActionListener(new java.awt.event.ActionListener() { 161 | public void actionPerformed(java.awt.event.ActionEvent evt) { 162 | jButton2ActionPerformed(evt); 163 | } 164 | }); 165 | 166 | javax.swing.GroupLayout personal_detailsLayout = new javax.swing.GroupLayout(personal_details.getContentPane()); 167 | personal_details.getContentPane().setLayout(personal_detailsLayout); 168 | personal_detailsLayout.setHorizontalGroup( 169 | personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 170 | .addGroup(personal_detailsLayout.createSequentialGroup() 171 | .addGap(23, 23, 23) 172 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) 173 | .addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 174 | .addComponent(jLabel4, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 175 | .addComponent(jLabel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 176 | .addComponent(jLabel7, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 177 | .addComponent(jLabel8, javax.swing.GroupLayout.PREFERRED_SIZE, 116, javax.swing.GroupLayout.PREFERRED_SIZE) 178 | .addComponent(jLabel9, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 179 | .addComponent(jLabel10, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 180 | .addGap(47, 47, 47) 181 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 182 | .addGroup(personal_detailsLayout.createSequentialGroup() 183 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) 184 | .addComponent(txt7) 185 | .addComponent(txt6) 186 | .addGroup(personal_detailsLayout.createSequentialGroup() 187 | .addComponent(rb1) 188 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 189 | .addComponent(rb2)) 190 | .addComponent(txt4) 191 | .addComponent(txt3) 192 | .addComponent(txt1, javax.swing.GroupLayout.DEFAULT_SIZE, 158, Short.MAX_VALUE)) 193 | .addGap(69, 69, 69) 194 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 195 | .addComponent(jLabel5) 196 | .addComponent(jLabel6)) 197 | .addGap(41, 41, 41) 198 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) 199 | .addComponent(txt2) 200 | .addComponent(txt5, javax.swing.GroupLayout.DEFAULT_SIZE, 139, Short.MAX_VALUE))) 201 | .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 479, javax.swing.GroupLayout.PREFERRED_SIZE)) 202 | .addContainerGap(65, Short.MAX_VALUE)) 203 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, personal_detailsLayout.createSequentialGroup() 204 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 205 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 206 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, personal_detailsLayout.createSequentialGroup() 207 | .addComponent(jLabel11) 208 | .addGap(268, 268, 268)) 209 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, personal_detailsLayout.createSequentialGroup() 210 | .addComponent(jButton2) 211 | .addGap(276, 276, 276)))) 212 | ); 213 | personal_detailsLayout.setVerticalGroup( 214 | personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 215 | .addGroup(personal_detailsLayout.createSequentialGroup() 216 | .addGap(27, 27, 27) 217 | .addComponent(jLabel11) 218 | .addGap(35, 35, 35) 219 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 220 | .addComponent(jLabel2) 221 | .addComponent(txt1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 222 | .addComponent(jLabel6) 223 | .addComponent(txt2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 224 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 225 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 226 | .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE) 227 | .addComponent(txt3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 228 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 229 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 230 | .addComponent(txt4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 231 | .addComponent(jLabel5) 232 | .addComponent(txt5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 233 | .addComponent(jLabel4, javax.swing.GroupLayout.PREFERRED_SIZE, 24, javax.swing.GroupLayout.PREFERRED_SIZE)) 234 | .addGap(18, 18, 18) 235 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 236 | .addComponent(jLabel7, javax.swing.GroupLayout.PREFERRED_SIZE, 26, javax.swing.GroupLayout.PREFERRED_SIZE) 237 | .addComponent(rb1) 238 | .addComponent(rb2)) 239 | .addGap(18, 18, 18) 240 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 241 | .addComponent(jLabel8, javax.swing.GroupLayout.PREFERRED_SIZE, 33, javax.swing.GroupLayout.PREFERRED_SIZE) 242 | .addComponent(txt6, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 243 | .addGap(18, 18, 18) 244 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 245 | .addComponent(jLabel9, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE) 246 | .addComponent(txt7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 247 | .addGap(18, 18, 18) 248 | .addGroup(personal_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 249 | .addComponent(jLabel10, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE) 250 | .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 251 | .addGap(18, 18, 18) 252 | .addComponent(jButton2) 253 | .addContainerGap(30, Short.MAX_VALUE)) 254 | ); 255 | 256 | edu_exp_details.setMinimumSize(new java.awt.Dimension(765, 550)); 257 | 258 | jLabel12.setText("Details about past Employment"); 259 | 260 | jLabel13.setText("Present Position and Company"); 261 | 262 | jLabel14.setFont(new java.awt.Font("AR CENA", 1, 18)); // NOI18N 263 | jLabel14.setForeground(new java.awt.Color(51, 204, 0)); 264 | jLabel14.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); 265 | jLabel14.setText("Input your Education and Experience Details"); 266 | 267 | jLabel15.setText(" Education Details-

(Input your educational qualification with year of passing and Institution)

"); 268 | 269 | jLabel16.setText("Key skills and Responsibilities"); 270 | 271 | ta1.setColumns(20); 272 | ta1.setRows(5); 273 | jScrollPane2.setViewportView(ta1); 274 | 275 | ta4.setColumns(20); 276 | ta4.setRows(5); 277 | jScrollPane4.setViewportView(ta4); 278 | 279 | ta3.setColumns(20); 280 | ta3.setRows(5); 281 | jScrollPane3.setViewportView(ta3); 282 | 283 | ta2.setColumns(20); 284 | ta2.setRows(5); 285 | jScrollPane5.setViewportView(ta2); 286 | 287 | jButton3.setFont(new java.awt.Font("AR CENA", 1, 18)); // NOI18N 288 | jButton3.setForeground(new java.awt.Color(204, 0, 0)); 289 | jButton3.setText("Save and Proceed"); 290 | jButton3.addActionListener(new java.awt.event.ActionListener() { 291 | public void actionPerformed(java.awt.event.ActionEvent evt) { 292 | jButton3ActionPerformed(evt); 293 | } 294 | }); 295 | 296 | javax.swing.GroupLayout edu_exp_detailsLayout = new javax.swing.GroupLayout(edu_exp_details.getContentPane()); 297 | edu_exp_details.getContentPane().setLayout(edu_exp_detailsLayout); 298 | edu_exp_detailsLayout.setHorizontalGroup( 299 | edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 300 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 301 | .addGap(52, 52, 52) 302 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 303 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 304 | .addComponent(jLabel12, javax.swing.GroupLayout.PREFERRED_SIZE, 210, javax.swing.GroupLayout.PREFERRED_SIZE) 305 | .addContainerGap()) 306 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 307 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 308 | .addComponent(jLabel13, javax.swing.GroupLayout.PREFERRED_SIZE, 181, javax.swing.GroupLayout.PREFERRED_SIZE) 309 | .addContainerGap()) 310 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 311 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 312 | .addComponent(jLabel14, javax.swing.GroupLayout.PREFERRED_SIZE, 501, javax.swing.GroupLayout.PREFERRED_SIZE) 313 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 314 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 315 | .addComponent(jLabel15, javax.swing.GroupLayout.PREFERRED_SIZE, 224, javax.swing.GroupLayout.PREFERRED_SIZE) 316 | .addComponent(jLabel16, javax.swing.GroupLayout.PREFERRED_SIZE, 191, javax.swing.GroupLayout.PREFERRED_SIZE)) 317 | .addGap(42, 42, 42) 318 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 319 | .addComponent(jScrollPane2, javax.swing.GroupLayout.DEFAULT_SIZE, 235, Short.MAX_VALUE) 320 | .addComponent(jScrollPane4, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 235, Short.MAX_VALUE) 321 | .addComponent(jScrollPane3, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 235, Short.MAX_VALUE) 322 | .addComponent(jScrollPane5, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 235, Short.MAX_VALUE)))) 323 | .addGap(35, 35, 35))))) 324 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 325 | .addGap(197, 197, 197) 326 | .addComponent(jButton3, javax.swing.GroupLayout.PREFERRED_SIZE, 200, javax.swing.GroupLayout.PREFERRED_SIZE) 327 | .addContainerGap(191, Short.MAX_VALUE)) 328 | ); 329 | edu_exp_detailsLayout.setVerticalGroup( 330 | edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 331 | .addGroup(edu_exp_detailsLayout.createSequentialGroup() 332 | .addContainerGap() 333 | .addComponent(jLabel14, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) 334 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) 335 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 336 | .addComponent(jLabel15, javax.swing.GroupLayout.PREFERRED_SIZE, 61, javax.swing.GroupLayout.PREFERRED_SIZE) 337 | .addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, 77, javax.swing.GroupLayout.PREFERRED_SIZE)) 338 | .addGap(43, 43, 43) 339 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 340 | .addComponent(jLabel13, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE) 341 | .addComponent(jScrollPane5, javax.swing.GroupLayout.PREFERRED_SIZE, 81, javax.swing.GroupLayout.PREFERRED_SIZE)) 342 | .addGap(30, 30, 30) 343 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 344 | .addComponent(jLabel12, javax.swing.GroupLayout.PREFERRED_SIZE, 53, javax.swing.GroupLayout.PREFERRED_SIZE) 345 | .addComponent(jScrollPane3, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE)) 346 | .addGap(24, 24, 24) 347 | .addGroup(edu_exp_detailsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 348 | .addComponent(jLabel16, javax.swing.GroupLayout.PREFERRED_SIZE, 40, javax.swing.GroupLayout.PREFERRED_SIZE) 349 | .addComponent(jScrollPane4, javax.swing.GroupLayout.PREFERRED_SIZE, 82, javax.swing.GroupLayout.PREFERRED_SIZE)) 350 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 18, Short.MAX_VALUE) 351 | .addComponent(jButton3) 352 | .addContainerGap()) 353 | ); 354 | 355 | acheivements.setMinimumSize(new java.awt.Dimension(700, 420)); 356 | 357 | jLabel17.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 358 | jLabel17.setText("On-job Training/Workshop/Seminars"); 359 | 360 | jLabel18.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N 361 | jLabel18.setText("Major Accomplishments"); 362 | 363 | taAcc2.setColumns(20); 364 | taAcc2.setRows(5); 365 | jScrollPane6.setViewportView(taAcc2); 366 | 367 | taAcc.setColumns(20); 368 | taAcc.setRows(5); 369 | jScrollPane7.setViewportView(taAcc); 370 | 371 | jButton4.setFont(new java.awt.Font("AR CENA", 1, 18)); // NOI18N 372 | jButton4.setForeground(new java.awt.Color(204, 0, 0)); 373 | jButton4.setText("Save and Procced"); 374 | jButton4.addActionListener(new java.awt.event.ActionListener() { 375 | public void actionPerformed(java.awt.event.ActionEvent evt) { 376 | jButton4ActionPerformed(evt); 377 | } 378 | }); 379 | 380 | javax.swing.GroupLayout acheivementsLayout = new javax.swing.GroupLayout(acheivements.getContentPane()); 381 | acheivements.getContentPane().setLayout(acheivementsLayout); 382 | acheivementsLayout.setHorizontalGroup( 383 | acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 384 | .addGap(0, 684, Short.MAX_VALUE) 385 | .addGroup(acheivementsLayout.createSequentialGroup() 386 | .addContainerGap() 387 | .addGroup(acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 388 | .addGroup(acheivementsLayout.createSequentialGroup() 389 | .addGroup(acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false) 390 | .addComponent(jLabel17, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 391 | .addComponent(jLabel18, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 195, Short.MAX_VALUE)) 392 | .addGap(68, 68, 68) 393 | .addGroup(acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 394 | .addComponent(jScrollPane6, javax.swing.GroupLayout.DEFAULT_SIZE, 387, Short.MAX_VALUE) 395 | .addComponent(jScrollPane7, javax.swing.GroupLayout.PREFERRED_SIZE, 387, javax.swing.GroupLayout.PREFERRED_SIZE)) 396 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 397 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, acheivementsLayout.createSequentialGroup() 398 | .addComponent(jButton4, javax.swing.GroupLayout.PREFERRED_SIZE, 250, javax.swing.GroupLayout.PREFERRED_SIZE) 399 | .addGap(233, 233, 233)))) 400 | ); 401 | acheivementsLayout.setVerticalGroup( 402 | acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 403 | .addGap(0, 354, Short.MAX_VALUE) 404 | .addGroup(acheivementsLayout.createSequentialGroup() 405 | .addGroup(acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 406 | .addGroup(acheivementsLayout.createSequentialGroup() 407 | .addGap(27, 27, 27) 408 | .addComponent(jLabel18, javax.swing.GroupLayout.PREFERRED_SIZE, 46, javax.swing.GroupLayout.PREFERRED_SIZE)) 409 | .addGroup(acheivementsLayout.createSequentialGroup() 410 | .addGap(37, 37, 37) 411 | .addComponent(jScrollPane7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))) 412 | .addGroup(acheivementsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 413 | .addGroup(acheivementsLayout.createSequentialGroup() 414 | .addGap(44, 44, 44) 415 | .addComponent(jLabel17, javax.swing.GroupLayout.PREFERRED_SIZE, 34, javax.swing.GroupLayout.PREFERRED_SIZE)) 416 | .addGroup(acheivementsLayout.createSequentialGroup() 417 | .addGap(34, 34, 34) 418 | .addComponent(jScrollPane6, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))) 419 | .addGap(49, 49, 49) 420 | .addComponent(jButton4) 421 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 422 | ); 423 | 424 | references.setMinimumSize(new java.awt.Dimension(764, 506)); 425 | 426 | jButton5.setFont(new java.awt.Font("AR CENA", 1, 18)); // NOI18N 427 | jButton5.setForeground(new java.awt.Color(204, 0, 0)); 428 | jButton5.setText("Save as PDF"); 429 | jButton5.addActionListener(new java.awt.event.ActionListener() { 430 | public void actionPerformed(java.awt.event.ActionEvent evt) { 431 | jButton5ActionPerformed(evt); 432 | } 433 | }); 434 | 435 | jLabel23.setFont(new java.awt.Font("AR CENA", 1, 24)); // NOI18N 436 | jLabel23.setForeground(new java.awt.Color(0, 102, 255)); 437 | jLabel23.setText("REFERENCES"); 438 | 439 | refcb.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "none", "1", "2", "3", "4", "5" })); 440 | refcb.addMouseListener(new java.awt.event.MouseAdapter() { 441 | public void mousePressed(java.awt.event.MouseEvent evt) { 442 | refcbMousePressed(evt); 443 | } 444 | }); 445 | refcb.addActionListener(new java.awt.event.ActionListener() { 446 | public void actionPerformed(java.awt.event.ActionEvent evt) { 447 | refcbActionPerformed(evt); 448 | } 449 | }); 450 | 451 | jLabel19.setFont(new java.awt.Font("Andalus", 1, 14)); // NOI18N 452 | jLabel19.setText("Choose no. of references you want to provide :"); 453 | 454 | javax.swing.GroupLayout referencesLayout = new javax.swing.GroupLayout(references.getContentPane()); 455 | references.getContentPane().setLayout(referencesLayout); 456 | referencesLayout.setHorizontalGroup( 457 | referencesLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 458 | .addGroup(referencesLayout.createSequentialGroup() 459 | .addGap(43, 43, 43) 460 | .addComponent(jLabel19) 461 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 74, Short.MAX_VALUE) 462 | .addComponent(refcb, javax.swing.GroupLayout.PREFERRED_SIZE, 138, javax.swing.GroupLayout.PREFERRED_SIZE) 463 | .addGap(126, 126, 126)) 464 | .addGroup(referencesLayout.createSequentialGroup() 465 | .addGroup(referencesLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 466 | .addGroup(referencesLayout.createSequentialGroup() 467 | .addGap(208, 208, 208) 468 | .addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE, 264, javax.swing.GroupLayout.PREFERRED_SIZE)) 469 | .addGroup(referencesLayout.createSequentialGroup() 470 | .addGap(272, 272, 272) 471 | .addComponent(jLabel23, javax.swing.GroupLayout.PREFERRED_SIZE, 137, javax.swing.GroupLayout.PREFERRED_SIZE))) 472 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 473 | ); 474 | referencesLayout.setVerticalGroup( 475 | referencesLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 476 | .addGroup(referencesLayout.createSequentialGroup() 477 | .addContainerGap() 478 | .addComponent(jLabel23) 479 | .addGap(51, 51, 51) 480 | .addGroup(referencesLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 481 | .addComponent(refcb, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 482 | .addComponent(jLabel19)) 483 | .addGap(117, 117, 117) 484 | .addComponent(jButton5) 485 | .addContainerGap(133, Short.MAX_VALUE)) 486 | ); 487 | 488 | Who_are_we.setMinimumSize(new java.awt.Dimension(635, 381)); 489 | Who_are_we.setPreferredSize(new java.awt.Dimension(635, 385)); 490 | 491 | jLabel24.setText("

ABOUT US

We are a group of two students, who love doing the things with an aim to gain knowledge and experience. The down to Earth programmers (means beginners) include:

  • Kushashwa Ravi Shrimali
  • Parul Prakriti

We have tried our level best to make this program easy to use for the users. We'll appreciate your feedback and are looking forward for it.


For feedback, suggestions and queries, feel free to contact us at: cvnow001@gmail.com


"); 492 | 493 | jButton6.setText(" BACK "); 494 | jButton6.addActionListener(new java.awt.event.ActionListener() { 495 | public void actionPerformed(java.awt.event.ActionEvent evt) { 496 | jButton6ActionPerformed(evt); 497 | } 498 | }); 499 | 500 | javax.swing.GroupLayout Who_are_weLayout = new javax.swing.GroupLayout(Who_are_we.getContentPane()); 501 | Who_are_we.getContentPane().setLayout(Who_are_weLayout); 502 | Who_are_weLayout.setHorizontalGroup( 503 | Who_are_weLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 504 | .addGroup(Who_are_weLayout.createSequentialGroup() 505 | .addGroup(Who_are_weLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 506 | .addGroup(Who_are_weLayout.createSequentialGroup() 507 | .addGap(264, 264, 264) 508 | .addComponent(jButton6, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)) 509 | .addGroup(Who_are_weLayout.createSequentialGroup() 510 | .addGap(32, 32, 32) 511 | .addComponent(jLabel24, javax.swing.GroupLayout.PREFERRED_SIZE, 573, javax.swing.GroupLayout.PREFERRED_SIZE))) 512 | .addContainerGap(30, Short.MAX_VALUE)) 513 | ); 514 | Who_are_weLayout.setVerticalGroup( 515 | Who_are_weLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 516 | .addGroup(Who_are_weLayout.createSequentialGroup() 517 | .addComponent(jLabel24, javax.swing.GroupLayout.PREFERRED_SIZE, 296, javax.swing.GroupLayout.PREFERRED_SIZE) 518 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 41, Short.MAX_VALUE) 519 | .addComponent(jButton6, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE) 520 | .addContainerGap()) 521 | ); 522 | 523 | setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); 524 | setMinimumSize(new java.awt.Dimension(764, 506)); 525 | 526 | jLabel1.setText("

CV-NOW


The CV-NOW allows you to build your resume in lesser time than what would take you to type the whole CV. It's smooth and portable. Follow the following instructions:

  • Install Java (latest version recommended), if not installed.
  • Enter the required information in the given fields.
  • The CV-Now is compatible with the size it opens with. Prefer not to resize it to a smaller one.
  • For any help/feedback/suggestions, contact us at


Credits:

  • Kushashwa Ravi Shrimali
  • Parul Prakriti
  • "); 527 | 528 | jButton1.setBackground(new java.awt.Color(153, 255, 255)); 529 | jButton1.setFont(new java.awt.Font("AR CENA", 1, 24)); // NOI18N 530 | jButton1.setForeground(new java.awt.Color(0, 204, 0)); 531 | jButton1.setText("START!"); 532 | jButton1.setOpaque(false); 533 | jButton1.addActionListener(new java.awt.event.ActionListener() { 534 | public void actionPerformed(java.awt.event.ActionEvent evt) { 535 | jButton1ActionPerformed(evt); 536 | } 537 | }); 538 | 539 | Home_Menu.setText("Home "); 540 | 541 | New.setText("New"); 542 | New.addActionListener(new java.awt.event.ActionListener() { 543 | public void actionPerformed(java.awt.event.ActionEvent evt) { 544 | NewActionPerformed(evt); 545 | } 546 | }); 547 | Home_Menu.add(New); 548 | 549 | Exit.setText("Exit"); 550 | Exit.addActionListener(new java.awt.event.ActionListener() { 551 | public void actionPerformed(java.awt.event.ActionEvent evt) { 552 | ExitActionPerformed(evt); 553 | } 554 | }); 555 | Home_Menu.add(Exit); 556 | 557 | jMenuBar1.add(Home_Menu); 558 | 559 | Aboutus_Menu.setText("About Us"); 560 | 561 | We.setText("Who are we?"); 562 | We.addActionListener(new java.awt.event.ActionListener() { 563 | public void actionPerformed(java.awt.event.ActionEvent evt) { 564 | WeActionPerformed(evt); 565 | } 566 | }); 567 | Aboutus_Menu.add(We); 568 | 569 | jMenuBar1.add(Aboutus_Menu); 570 | 571 | setJMenuBar(jMenuBar1); 572 | 573 | javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); 574 | getContentPane().setLayout(layout); 575 | layout.setHorizontalGroup( 576 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 577 | .addGroup(layout.createSequentialGroup() 578 | .addGap(35, 35, 35) 579 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 688, javax.swing.GroupLayout.PREFERRED_SIZE) 580 | .addContainerGap(41, Short.MAX_VALUE)) 581 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() 582 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 583 | .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 314, javax.swing.GroupLayout.PREFERRED_SIZE) 584 | .addGap(213, 213, 213)) 585 | ); 586 | layout.setVerticalGroup( 587 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 588 | .addGroup(layout.createSequentialGroup() 589 | .addContainerGap() 590 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 356, javax.swing.GroupLayout.PREFERRED_SIZE) 591 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 29, Short.MAX_VALUE) 592 | .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 51, javax.swing.GroupLayout.PREFERRED_SIZE) 593 | .addGap(38, 38, 38)) 594 | ); 595 | 596 | pack(); 597 | }// //GEN-END:initComponents 598 | String fname, lname, age, fthername, dob, gender, maritalS, contactNo,pa,edu_details, present_comp,past_emp; 599 | String key_responsibility, accomplishments, training; 600 | String[] ref = new String[5]; 601 | int refno, counter; 602 | private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed 603 | dispose(); 604 | personal_details.setVisible(true); 605 | }//GEN-LAST:event_jButton1ActionPerformed 606 | 607 | private void rb2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_rb2ActionPerformed 608 | // TODO add your handling code here: 609 | }//GEN-LAST:event_rb2ActionPerformed 610 | 611 | private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton2ActionPerformed 612 | fname = txt1.getText().toUpperCase(); 613 | lname = txt2.getText().toUpperCase(); 614 | fthername =txt3.getText(); 615 | dob = txt4.getText(); 616 | age = txt5.getText(); 617 | if(rb1.isSelected()==true){ 618 | gender = rb1.getText(); 619 | } else{ 620 | gender = rb2.getText(); 621 | } 622 | 623 | maritalS = txt6.getText(); 624 | contactNo = txt7.getText(); 625 | pa = txt8.getText(); 626 | counter=1; 627 | if(counter ==1){ 628 | if(fname.equals("")){ 629 | JOptionPane.showMessageDialog(null, "You have not filled in your first name which is mandatory. Kindly check it again."); 630 | counter++; 631 | } 632 | if(lname.equals("")){ 633 | JOptionPane.showMessageDialog(null, "You have not filled in your last name which is mandatory. Kindly check it again."); 634 | counter++; 635 | } 636 | 637 | if(dob.equals("")){ 638 | JOptionPane.showMessageDialog(null, "You have not filled in your date of birth which is mandatory. Kindly check it again."); 639 | counter++; 640 | } 641 | if(contactNo.equals("")){ 642 | JOptionPane.showMessageDialog(null, "You have not filled in your contact number which is mandatory. Kindly check it again."); 643 | counter++; 644 | } 645 | if(pa.equals("")){ 646 | JOptionPane.showMessageDialog(null, "You have not filled in your permanent address which is mandatory. Kindly check it again."); 647 | counter++; 648 | } 649 | 650 | } 651 | 652 | 653 | if (counter==1) 654 | { 655 | int option =JOptionPane.showConfirmDialog(null, "Are you are you want to save and proceed? If you procced, The data will be permanently saved and you can't change it later."); 656 | 657 | 658 | if(option == 0){ 659 | 660 | 661 | personal_details.dispose(); 662 | edu_exp_details.setVisible(true); 663 | } else { 664 | JOptionPane.showMessageDialog(null, "Okay! You can edit your Information"); 665 | 666 | } 667 | 668 | } 669 | }//GEN-LAST:event_jButton2ActionPerformed 670 | 671 | private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed 672 | edu_details = ta1.getText(); 673 | present_comp = ta2.getText(); 674 | past_emp = ta3.getText(); 675 | key_responsibility = ta4.getText(); 676 | 677 | 678 | int option =JOptionPane.showConfirmDialog(null, "Are you are you want to save and proceed? If you procced, The data will be permanently saved and you can't change it later."); 679 | if(option==0){ 680 | edu_exp_details.dispose(); 681 | acheivements.setVisible(true); 682 | } else { 683 | JOptionPane.showMessageDialog(null, "Okay! You can edit your Information."); 684 | 685 | } 686 | }//GEN-LAST:event_jButton3ActionPerformed 687 | 688 | private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton4ActionPerformed 689 | accomplishments = taAcc.getText(); 690 | training = taAcc2.getText(); 691 | 692 | 693 | int option =JOptionPane.showConfirmDialog(null, "Are you are you want to save and proceed? If you procced, The data will be permanently saved and you can't change it later."); 694 | if(option == 0){ 695 | acheivements.dispose(); 696 | references.setVisible(true); 697 | } else { 698 | JOptionPane.showMessageDialog(null, "Okay! You can edit your Information."); 699 | 700 | } 701 | }//GEN-LAST:event_jButton4ActionPerformed 702 | 703 | private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed 704 | 705 | int option =JOptionPane.showConfirmDialog(null, "Are you sure?"); 706 | 707 | 708 | if(option ==0){ 709 | 710 | Document document = new Document(); 711 | PdfWriter writer; 712 | try { 713 | try { 714 | writer = PdfWriter.getInstance(document, new FileOutputStream("Your_Resume.pdf")); 715 | } catch (FileNotFoundException ex) { 716 | Logger.getLogger(user_details.class.getName()).log(Level.SEVERE, null, ex); 717 | } 718 | 719 | Font fontdesign1 = FontFactory.getFont("Times-Roman", 20, Font.BOLD); 720 | Font fontdesign2 = FontFactory.getFont("Times-Roman", 10, Font.ITALIC); 721 | Font fontdesign4 = FontFactory.getFont("Times-Roman", 12, Font.BOLD); 722 | Font fontdesign3 = FontFactory.getFont("Times-Roman", 11); 723 | document.open(); 724 | 725 | Paragraph namepara = new Paragraph(fname+" "+lname,fontdesign1); 726 | namepara.setAlignment(Element.ALIGN_CENTER); 727 | document.add(namepara); 728 | 729 | document.add( Chunk.NEWLINE ); 730 | 731 | if(edu_details.equals("")||edu_details.equals("-")){ 732 | 733 | } 734 | else{ 735 | Paragraph eduTitle = new Paragraph("EDUCATIONAL QUALIFICATION:",fontdesign4); 736 | document.add(eduTitle); 737 | 738 | Paragraph edupara = new Paragraph(edu_details,fontdesign3); 739 | document.add(edupara); 740 | } 741 | 742 | document.add( Chunk.NEWLINE ); 743 | 744 | if(present_comp.equals("")||present_comp.equals("-")){ 745 | 746 | }else{ 747 | Paragraph Present_compTitle = new Paragraph("CURRENT COMPANY AND POSITION:",fontdesign4); 748 | document.add(Present_compTitle); 749 | 750 | Paragraph Present_compPara = new Paragraph(present_comp,fontdesign3); 751 | 752 | document.add(Present_compPara); 753 | } 754 | 755 | document.add( Chunk.NEWLINE ); 756 | 757 | if(past_emp.equals("")||past_emp.equals("-")){ 758 | 759 | }else{ 760 | Paragraph Past_compTitle = new Paragraph("PAST EMPLOYMENT DETAILS:",fontdesign4); 761 | document.add(Past_compTitle); 762 | 763 | Paragraph Past_compPara = new Paragraph(past_emp,fontdesign3); 764 | document.add(Past_compPara); 765 | } 766 | 767 | document.add( Chunk.NEWLINE ); 768 | 769 | if(key_responsibility.equals("")||key_responsibility.equals("-")){ 770 | 771 | }else{ 772 | Paragraph KeyTitle = new Paragraph("KEY RESPONSIBILITIES: ",fontdesign4); 773 | document.add(KeyTitle); 774 | 775 | Paragraph Keypara = new Paragraph(key_responsibility,fontdesign3); 776 | document.add(Keypara); 777 | } 778 | 779 | document.add( Chunk.NEWLINE ); 780 | 781 | if(accomplishments.equals("")||accomplishments.equals("-")){ 782 | 783 | }else{ 784 | Paragraph AccTitle = new Paragraph("ACCOMPLISHMENTS AND ACHIEVEMENTS:",fontdesign4); 785 | document.add(AccTitle); 786 | 787 | Paragraph Accpara = new Paragraph(accomplishments,fontdesign3); 788 | document.add(Accpara); 789 | } 790 | 791 | document.add( Chunk.NEWLINE ); 792 | 793 | if(training.equals("")||training.equals("-")){ 794 | 795 | }else{ 796 | Paragraph TrainingTitle = new Paragraph("On-Job TRAININGS/SEMINARS/WORKSHOPS:",fontdesign4); 797 | document.add(TrainingTitle); 798 | 799 | Paragraph Trainingpara = new Paragraph(training,fontdesign3); 800 | document.add(Trainingpara); 801 | } 802 | 803 | document.add( Chunk.NEWLINE ); 804 | 805 | Paragraph RefTitle = new Paragraph("REFERENCES:",fontdesign4); 806 | document.add(RefTitle); 807 | 808 | for(int i =0; i 2 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | Must set src.dir 233 | Must set test.src.dir 234 | Must set build.dir 235 | Must set dist.dir 236 | Must set build.classes.dir 237 | Must set dist.javadoc.dir 238 | Must set build.test.classes.dir 239 | Must set build.test.results.dir 240 | Must set build.classes.excludes 241 | Must set dist.jar 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | Must set javac.includes 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | No tests executed. 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | Must set JVM to use for profiling in profiler.info.jvm 722 | Must set profiler agent JVM arguments in profiler.info.jvmargs.agent 723 | 724 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 871 | 872 | 873 | 874 | 875 | 876 | 877 | 878 | 879 | 880 | 881 | 882 | 883 | 884 | 885 | 890 | 891 | 892 | 893 | 894 | 895 | 896 | 897 | 898 | 899 | 900 | 901 | 902 | 903 | 904 | 905 | 906 | 907 | 908 | 909 | 910 | 911 | 912 | 913 | 914 | 915 | 916 | 917 | 918 | 919 | 920 | 921 | 922 | 923 | 924 | 925 | 926 | 927 | 928 | 929 | 930 | 931 | 932 | 933 | 934 | 935 | 936 | 937 | 938 | 939 | 940 | 941 | 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | Must select some files in the IDE or set javac.includes 951 | 952 | 953 | 954 | 955 | 956 | 957 | 958 | 959 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980 | 981 | 982 | 983 | 984 | 985 | 986 | 987 | 988 | 989 | 990 | 991 | 992 | 993 | 994 | 995 | 996 | 997 | 998 | 999 | 1000 | To run this application from the command line without Ant, try: 1001 | 1002 | java -jar "${dist.jar.resolved}" 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 | 1017 | 1018 | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | Must select one file in the IDE or set run.class 1050 | 1051 | 1052 | 1053 | Must select one file in the IDE or set run.class 1054 | 1055 | 1056 | 1061 | 1062 | 1063 | 1064 | 1065 | 1066 | 1067 | 1068 | 1069 | 1070 | 1071 | 1072 | 1073 | 1074 | 1075 | 1076 | 1077 | 1078 | 1079 | 1080 | Must select one file in the IDE or set debug.class 1081 | 1082 | 1083 | 1084 | 1085 | Must select one file in the IDE or set debug.class 1086 | 1087 | 1088 | 1089 | 1090 | Must set fix.includes 1091 | 1092 | 1093 | 1094 | 1095 | 1096 | 1097 | 1102 | 1105 | 1106 | This target only works when run from inside the NetBeans IDE. 1107 | 1108 | 1109 | 1110 | 1111 | 1112 | 1113 | 1114 | 1115 | Must select one file in the IDE or set profile.class 1116 | This target only works when run from inside the NetBeans IDE. 1117 | 1118 | 1119 | 1120 | 1121 | 1122 | 1123 | 1124 | 1125 | This target only works when run from inside the NetBeans IDE. 1126 | 1127 | 1128 | 1129 | 1130 | 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 1138 | This target only works when run from inside the NetBeans IDE. 1139 | 1140 | 1141 | 1142 | 1143 | 1144 | 1145 | 1146 | 1147 | 1148 | 1149 | 1150 | 1151 | 1152 | 1153 | 1154 | 1155 | 1156 | 1157 | 1158 | 1159 | 1160 | 1163 | 1164 | 1165 | 1166 | 1167 | 1168 | 1169 | 1170 | 1171 | 1172 | 1173 | 1174 | 1175 | 1176 | Must select one file in the IDE or set run.class 1177 | 1178 | 1179 | 1180 | 1181 | 1182 | Must select some files in the IDE or set test.includes 1183 | 1184 | 1185 | 1186 | 1187 | Must select one file in the IDE or set run.class 1188 | 1189 | 1190 | 1191 | 1192 | Must select one file in the IDE or set applet.url 1193 | 1194 | 1195 | 1196 | 1201 | 1202 | 1203 | 1204 | 1205 | 1206 | 1207 | 1208 | 1209 | 1210 | 1211 | 1212 | 1213 | 1214 | 1215 | 1216 | 1217 | 1218 | 1219 | 1220 | 1221 | 1222 | 1223 | 1224 | 1225 | 1226 | 1227 | 1228 | 1229 | 1230 | 1231 | 1232 | 1233 | 1234 | 1235 | 1236 | 1237 | 1238 | 1239 | 1240 | 1245 | 1246 | 1247 | 1248 | 1249 | 1250 | 1251 | 1252 | 1253 | 1254 | 1255 | 1256 | 1257 | 1258 | 1259 | 1260 | 1261 | 1262 | 1263 | 1264 | 1265 | 1266 | 1267 | 1268 | 1269 | 1270 | 1271 | Must select some files in the IDE or set javac.includes 1272 | 1273 | 1274 | 1275 | 1276 | 1277 | 1278 | 1279 | 1280 | 1281 | 1282 | 1283 | 1288 | 1289 | 1290 | 1291 | 1292 | 1293 | 1294 | 1295 | Some tests failed; see details above. 1296 | 1297 | 1298 | 1299 | 1300 | 1301 | 1302 | 1303 | 1304 | Must select some files in the IDE or set test.includes 1305 | 1306 | 1307 | 1308 | Some tests failed; see details above. 1309 | 1310 | 1311 | 1312 | Must select some files in the IDE or set test.class 1313 | Must select some method in the IDE or set test.method 1314 | 1315 | 1316 | 1317 | Some tests failed; see details above. 1318 | 1319 | 1320 | 1325 | 1326 | Must select one file in the IDE or set test.class 1327 | 1328 | 1329 | 1330 | Must select one file in the IDE or set test.class 1331 | Must select some method in the IDE or set test.method 1332 | 1333 | 1334 | 1335 | 1336 | 1337 | 1338 | 1339 | 1340 | 1341 | 1342 | 1343 | 1348 | 1349 | Must select one file in the IDE or set applet.url 1350 | 1351 | 1352 | 1353 | 1354 | 1355 | 1356 | 1361 | 1362 | Must select one file in the IDE or set applet.url 1363 | 1364 | 1365 | 1366 | 1367 | 1368 | 1369 | 1370 | 1375 | 1376 | 1377 | 1378 | 1379 | 1380 | 1381 | 1382 | 1383 | 1384 | 1385 | 1386 | 1387 | 1388 | 1389 | 1390 | 1391 | 1392 | 1393 | 1394 | 1395 | 1396 | 1397 | 1398 | 1399 | 1400 | 1401 | 1402 | 1403 | 1404 | 1405 | 1406 | 1407 | 1408 | 1409 | 1410 | 1411 | 1412 | 1413 | 1414 | 1415 | 1416 | 1417 | 1418 | 1419 | 1420 | --------------------------------------------------------------------------------