├── Airline raporu .pdf ├── Elfa Airline Projesi └── ‏‏‏‏AirlineMS │ ├── Fotoğraflar │ ├── a1.png │ ├── a2.png │ ├── a3.png │ ├── a4.png │ └── a5.png │ ├── build.xml │ ├── build │ └── classes │ │ ├── .netbeans_automatic_build │ │ ├── .netbeans_update_resources │ │ └── airlinems │ │ ├── AirlineMS.class │ │ ├── DbUtils.class │ │ ├── Flights$1.class │ │ ├── Flights$10.class │ │ ├── Flights$11.class │ │ ├── Flights$12.class │ │ ├── Flights$13.class │ │ ├── Flights$14.class │ │ ├── Flights$2.class │ │ ├── Flights$3.class │ │ ├── Flights$4.class │ │ ├── Flights$5.class │ │ ├── Flights$6.class │ │ ├── Flights$7.class │ │ ├── Flights$8.class │ │ ├── Flights$9.class │ │ ├── Flights.class │ │ ├── Flights.form │ │ ├── JFrameAMS$1.class │ │ ├── JFrameAMS.class │ │ ├── JFrameAMS.form │ │ ├── Login$1.class │ │ ├── Login$2.class │ │ ├── Login$3.class │ │ ├── Login$4.class │ │ ├── Login$5.class │ │ ├── Login.class │ │ ├── Login.form │ │ ├── MainAMS$1.class │ │ ├── MainAMS$10.class │ │ ├── MainAMS$2.class │ │ ├── MainAMS$3.class │ │ ├── MainAMS$4.class │ │ ├── MainAMS$5.class │ │ ├── MainAMS$6.class │ │ ├── MainAMS$7.class │ │ ├── MainAMS$8.class │ │ ├── MainAMS$9.class │ │ ├── MainAMS.class │ │ └── MainAMS.form │ ├── manifest.mf │ ├── nbproject │ ├── build-impl.xml │ ├── genfiles.properties │ ├── private │ │ ├── private.properties │ │ └── private.xml │ ├── project.properties │ └── project.xml │ └── src │ └── airlinems │ ├── AirlineMS.java │ ├── DbUtils.java │ ├── Flights.form │ ├── Flights.java │ ├── JFrameAMS.form │ ├── JFrameAMS.java │ ├── Login.form │ ├── Login.java │ ├── MainAMS.form │ └── MainAMS.java ├── Gant chat ve excel ├── gant diyagram.xlsx ├── gant ve exell gösterimi.pdf └── proje.xlsx ├── README.md ├── Screenshots of project interfaces ├── Flights.png ├── JFrameAMS.png ├── Login.png └── MainAMS.png ├── Tasarımlar ├── Cancaletion Manager.png ├── Database Tasarım.pdf ├── Flights manager.png ├── Home.png ├── Login.png ├── Moukup.pdf ├── Passenger manager.png ├── Tickets manager.png └── loading.png └── charts ├── ClassDiagram.pdf ├── LoginClassDiagram.pdf ├── LoginFlow Chart.pdf ├── activity diyagram.pdf ├── usecase diyagram.pdf └── varlık diyagramı.pdf /Airline raporu .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Airline raporu .pdf -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a1.png -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a2.png -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a3.png -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a4.png -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/Fotoğraflar/a5.png -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Builds, tests, and runs the project AirlineMS. 12 | 13 | 73 | 74 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/.netbeans_automatic_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/.netbeans_automatic_build -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/.netbeans_update_resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/.netbeans_update_resources -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/AirlineMS.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/AirlineMS.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/DbUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/DbUtils.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$1.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$10.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$11.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$12.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$13.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$13.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$14.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$14.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$2.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$3.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$4.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$5.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$6.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$7.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$8.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights$9.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Flights.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/JFrameAMS$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/JFrameAMS$1.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/JFrameAMS.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/JFrameAMS.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/JFrameAMS.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$1.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$2.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$3.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$4.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login$5.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/Login.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$1.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$10.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$2.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$3.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$4.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$5.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$6.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$7.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$8.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS$9.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS.class -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/build/classes/airlinems/MainAMS.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/manifest.mf: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | X-COMMENT: Main-Class will be added automatically by build 3 | 4 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/nbproject/genfiles.properties: -------------------------------------------------------------------------------- 1 | build.xml.data.CRC32=0f64f1fc 2 | build.xml.script.CRC32=d6be02bf 3 | build.xml.stylesheet.CRC32=8064a381@1.80.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=0f64f1fc 7 | nbproject/build-impl.xml.script.CRC32=5ec8fa94 8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48 9 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/nbproject/private/private.properties: -------------------------------------------------------------------------------- 1 | compile.on.save=true 2 | file.reference.rs2xml.jar=C:\\Program Files\\NetBeans 8.2\\add jar folder\\rs2xml.jar 3 | user.properties.file=C:\\Users\\OmarA\\AppData\\Roaming\\NetBeans\\8.2\\build.properties 4 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/nbproject/private/private.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/MainAMS.java 7 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/Passengers.java 8 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/Cancellation.java 9 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/Flights.java 10 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/DbUtils.java 11 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/AirlineMS.java 12 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/Login.java 13 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/JFrameAMS.java 14 | file:/E:/Elfa%20Airline%20Projesi/‏‏‏‏AirlineMS/src/airlinems/TicketsBooking.java 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/nbproject/project.properties: -------------------------------------------------------------------------------- 1 | annotation.processing.enabled=true 2 | annotation.processing.enabled.in.editor=false 3 | annotation.processing.processor.options= 4 | annotation.processing.processors.list= 5 | annotation.processing.run.all.processors=true 6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output 7 | build.classes.dir=${build.dir}/classes 8 | build.classes.excludes=**/*.java,**/*.form 9 | # This directory is removed when the project is cleaned: 10 | build.dir=build 11 | build.generated.dir=${build.dir}/generated 12 | build.generated.sources.dir=${build.dir}/generated-sources 13 | # Only compile against the classpath explicitly listed here: 14 | build.sysclasspath=ignore 15 | build.test.classes.dir=${build.dir}/test/classes 16 | build.test.results.dir=${build.dir}/test/results 17 | # Uncomment to specify the preferred debugger connection transport: 18 | #debug.transport=dt_socket 19 | debug.classpath=\ 20 | ${run.classpath} 21 | debug.test.classpath=\ 22 | ${run.test.classpath} 23 | # Files in build.classes.dir which should be excluded from distribution jar 24 | dist.archive.excludes= 25 | # This directory is removed when the project is cleaned: 26 | dist.dir=dist 27 | dist.jar=${dist.dir}/AirlineMS.jar 28 | dist.javadoc.dir=${dist.dir}/javadoc 29 | excludes= 30 | file.reference.commons-dbutils-1.3-sources.jar=C:\\Program Files\\NetBeans 8.2\\commons-dbutils-1.3-sources.jar\\commons-dbutils-1.3-sources.jar 31 | file.reference.jcalendar-1.4.jar=C:\\Program Files\\NetBeans 8.2\\jjjjj\\lib\\jcalendar-1.4.jar 32 | file.reference.jcalendar-1.4.jar-1=C:\\Program Files\\NetBeans 8.2\\jcalendar-1.4.jar 33 | file.reference.jcalendar-1.4.zip=C:\\Users\\OmarA\\Downloads\\jcalendar-1.4.zip 34 | file.reference.mysql-connector-java-5.1.23-bin.jar=C:\\Program Files\\NetBeans 8.2\\mysql-connector-java-5.1.23-bin.jar 35 | file.reference.rs2xml.jar=C:\\Users\\OmarA\\Downloads\\rs2xml.jar-master\\rs2xml.jar-master\\rs2xml.jar 36 | file.reference.rs2xml.jar-1=C:\\Program Files\\NetBeans 8.2\\rs2xml.jar-master\\rs2xml.jar-master\\rs2xml.jar 37 | file.reference.rs2xml.jar-2=C:\\Program Files\\NetBeans 8.2\\rs2xml.jar 38 | file.reference.rs2xml.jar-master.zip=C:\\Users\\OmarA\\Downloads\\rs2xml.jar-master.zip 39 | includes=** 40 | jar.compress=false 41 | javac.classpath=\ 42 | ${file.reference.jcalendar-1.4.jar}:\ 43 | ${libs.MySQLDriver.classpath}:\ 44 | ${file.reference.jcalendar-1.4.zip}:\ 45 | ${file.reference.rs2xml.jar-master.zip}:\ 46 | ${file.reference.rs2xml.jar}:\ 47 | ${file.reference.rs2xml.jar-1}:\ 48 | ${file.reference.commons-dbutils-1.3-sources.jar}:\ 49 | ${file.reference.rs2xml.jar-2}:\ 50 | ${file.reference.jcalendar-1.4.jar-1}:\ 51 | ${file.reference.mysql-connector-java-5.1.23-bin.jar} 52 | # Space-separated list of extra javac options 53 | javac.compilerargs= 54 | javac.deprecation=false 55 | javac.external.vm=true 56 | javac.processorpath=\ 57 | ${javac.classpath} 58 | javac.source=1.8 59 | javac.target=1.8 60 | javac.test.classpath=\ 61 | ${javac.classpath}:\ 62 | ${build.classes.dir} 63 | javac.test.processorpath=\ 64 | ${javac.test.classpath} 65 | javadoc.additionalparam= 66 | javadoc.author=false 67 | javadoc.encoding=${source.encoding} 68 | javadoc.noindex=false 69 | javadoc.nonavbar=false 70 | javadoc.notree=false 71 | javadoc.private=false 72 | javadoc.splitindex=true 73 | javadoc.use=true 74 | javadoc.version=false 75 | javadoc.windowtitle= 76 | main.class=airlinems.AirlineMS 77 | manifest.file=manifest.mf 78 | meta.inf.dir=${src.dir}/META-INF 79 | mkdist.disabled=false 80 | platform.active=default_platform 81 | run.classpath=\ 82 | ${javac.classpath}:\ 83 | ${build.classes.dir} 84 | # Space-separated list of JVM arguments used when running the project. 85 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. 86 | # To set system properties for unit tests define test-sys-prop.name=value: 87 | run.jvmargs= 88 | run.test.classpath=\ 89 | ${javac.test.classpath}:\ 90 | ${build.test.classes.dir} 91 | source.encoding=UTF-8 92 | src.dir=src 93 | test.src.dir=test 94 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/nbproject/project.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.netbeans.modules.java.j2seproject 4 | 5 | 6 | AirlineMS 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/AirlineMS.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 | package airlinems; 7 | 8 | /** 9 | * 10 | * @author OmarA 11 | */ 12 | public class AirlineMS { 13 | 14 | /** 15 | * @param args the command line arguments 16 | */ 17 | public static void main(String[] args) { 18 | // TODO code application logic here 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/DbUtils.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 | package airlinems; 7 | 8 | import java.sql.ResultSet; 9 | import javax.swing.table.TableModel; 10 | 11 | /** 12 | * 13 | * @author OmarA 14 | */ 15 | class DbUtils { 16 | 17 | static TableModel resultSetToTableModel(ResultSet Rs) { 18 | throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/Flights.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/JFrameAMS.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/JFrameAMS.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 | package airlinems; 7 | 8 | /** 9 | * 10 | * @author OmarA 11 | */ 12 | public class JFrameAMS extends javax.swing.JFrame { 13 | 14 | /** 15 | * Creates new form JFrameAMS 16 | */ 17 | public JFrameAMS() { 18 | initComponents(); 19 | } 20 | 21 | /** 22 | * This method is called from within the constructor to initialize the form. 23 | * WARNING: Do NOT modify this code. The content of this method is always 24 | * regenerated by the Form Editor. 25 | */ 26 | @SuppressWarnings("unchecked") 27 | // //GEN-BEGIN:initComponents 28 | private void initComponents() { 29 | 30 | jPanel1 = new javax.swing.JPanel(); 31 | jLabel1 = new javax.swing.JLabel(); 32 | jLabel2 = new javax.swing.JLabel(); 33 | ProgressBar = new javax.swing.JProgressBar(); 34 | 35 | setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); 36 | setUndecorated(true); 37 | 38 | jPanel1.setBackground(new java.awt.Color(255, 255, 255)); 39 | 40 | jLabel1.setIcon(new javax.swing.ImageIcon("E:\\Elfa Airline Projesi\\‏‏AirlineMS (eski-2)\\Fotoğraflar\\a3.png")); // NOI18N 41 | 42 | jLabel2.setFont(new java.awt.Font("Arial", 1, 24)); // NOI18N 43 | jLabel2.setForeground(new java.awt.Color(204, 0, 0)); 44 | jLabel2.setText("Elfa Airline"); 45 | 46 | ProgressBar.setForeground(new java.awt.Color(255, 51, 51)); 47 | ProgressBar.setBorderPainted(false); 48 | 49 | javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1); 50 | jPanel1.setLayout(jPanel1Layout); 51 | jPanel1Layout.setHorizontalGroup( 52 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 53 | .addGroup(jPanel1Layout.createSequentialGroup() 54 | .addContainerGap() 55 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 56 | .addGroup(jPanel1Layout.createSequentialGroup() 57 | .addComponent(ProgressBar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 58 | .addContainerGap()) 59 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 60 | .addGap(0, 166, Short.MAX_VALUE) 61 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 62 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 63 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 405, javax.swing.GroupLayout.PREFERRED_SIZE) 64 | .addGap(141, 141, 141)) 65 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 66 | .addComponent(jLabel2) 67 | .addGap(291, 291, 291)))))) 68 | ); 69 | jPanel1Layout.setVerticalGroup( 70 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 71 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 72 | .addContainerGap(24, Short.MAX_VALUE) 73 | .addComponent(jLabel2) 74 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 75 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 273, javax.swing.GroupLayout.PREFERRED_SIZE) 76 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 77 | .addComponent(ProgressBar, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 78 | .addContainerGap()) 79 | ); 80 | 81 | javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); 82 | getContentPane().setLayout(layout); 83 | layout.setHorizontalGroup( 84 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 85 | .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 86 | ); 87 | layout.setVerticalGroup( 88 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 89 | .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 90 | ); 91 | 92 | pack(); 93 | setLocationRelativeTo(null); 94 | }// //GEN-END:initComponents 95 | 96 | /** 97 | * @param args the command line arguments 98 | */ 99 | public static void main(String args[]) { 100 | /* Set the Nimbus look and feel */ 101 | // 102 | /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. 103 | * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 104 | */ 105 | try { 106 | for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { 107 | if ("Nimbus".equals(info.getName())) { 108 | javax.swing.UIManager.setLookAndFeel(info.getClassName()); 109 | break; 110 | } 111 | } 112 | } catch (ClassNotFoundException ex) { 113 | java.util.logging.Logger.getLogger(JFrameAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 114 | } catch (InstantiationException ex) { 115 | java.util.logging.Logger.getLogger(JFrameAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 116 | } catch (IllegalAccessException ex) { 117 | java.util.logging.Logger.getLogger(JFrameAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 118 | } catch (javax.swing.UnsupportedLookAndFeelException ex) { 119 | java.util.logging.Logger.getLogger(JFrameAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 120 | } 121 | // 122 | 123 | /* Create and display the form */ 124 | 125 | JFrameAMS AMS = new JFrameAMS(); 126 | AMS.setVisible(true); 127 | try{ 128 | for(int i=0;i<=100;i++) { 129 | Thread.sleep(100); 130 | AMS.ProgressBar.setValue(i); 131 | } 132 | }catch (Exception e){ 133 | 134 | } 135 | new Login().setVisible(true); 136 | AMS.dispose(); 137 | } 138 | 139 | // Variables declaration - do not modify//GEN-BEGIN:variables 140 | private javax.swing.JProgressBar ProgressBar; 141 | private javax.swing.JLabel jLabel1; 142 | private javax.swing.JLabel jLabel2; 143 | private javax.swing.JPanel jPanel1; 144 | // End of variables declaration//GEN-END:variables 145 | } 146 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/Login.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/Login.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 | package airlinems; 7 | 8 | import javax.swing.JOptionPane; 9 | 10 | /** 11 | * 12 | * @author OmarA 13 | */ 14 | public class Login extends javax.swing.JFrame { 15 | 16 | /** 17 | * Creates new form Login 18 | */ 19 | public Login() { 20 | initComponents(); 21 | } 22 | 23 | /** 24 | * This method is called from within the constructor to initialize the form. 25 | * WARNING: Do NOT modify this code. The content of this method is always 26 | * regenerated by the Form Editor. 27 | */ 28 | @SuppressWarnings("unchecked") 29 | // //GEN-BEGIN:initComponents 30 | private void initComponents() { 31 | 32 | jPanel1 = new javax.swing.JPanel(); 33 | jPanel2 = new javax.swing.JPanel(); 34 | jLabel5 = new javax.swing.JLabel(); 35 | jLabel6 = new javax.swing.JLabel(); 36 | jLabel7 = new javax.swing.JLabel(); 37 | jLabel2 = new javax.swing.JLabel(); 38 | jLabel1 = new javax.swing.JLabel(); 39 | jLabel3 = new javax.swing.JLabel(); 40 | jLabel4 = new javax.swing.JLabel(); 41 | UnameTb = new javax.swing.JTextField(); 42 | PasswordTb = new javax.swing.JPasswordField(); 43 | LoginBtn = new javax.swing.JButton(); 44 | jLabel8 = new javax.swing.JLabel(); 45 | 46 | setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); 47 | setUndecorated(true); 48 | 49 | jPanel1.setBackground(new java.awt.Color(255, 255, 255)); 50 | 51 | jPanel2.setBackground(new java.awt.Color(204, 0, 0)); 52 | 53 | jLabel5.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 54 | jLabel5.setForeground(new java.awt.Color(255, 255, 255)); 55 | jLabel5.setText("Security"); 56 | 57 | jLabel6.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 58 | jLabel6.setForeground(new java.awt.Color(255, 255, 255)); 59 | jLabel6.setText("Confort"); 60 | 61 | jLabel7.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 62 | jLabel7.setForeground(new java.awt.Color(255, 255, 255)); 63 | jLabel7.setText("Standing"); 64 | 65 | javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2); 66 | jPanel2.setLayout(jPanel2Layout); 67 | jPanel2Layout.setHorizontalGroup( 68 | jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 69 | .addGroup(jPanel2Layout.createSequentialGroup() 70 | .addGap(22, 22, 22) 71 | .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 72 | .addComponent(jLabel6) 73 | .addComponent(jLabel7) 74 | .addComponent(jLabel5)) 75 | .addContainerGap(27, Short.MAX_VALUE)) 76 | ); 77 | jPanel2Layout.setVerticalGroup( 78 | jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 79 | .addGroup(jPanel2Layout.createSequentialGroup() 80 | .addGap(103, 103, 103) 81 | .addComponent(jLabel5) 82 | .addGap(38, 38, 38) 83 | .addComponent(jLabel7) 84 | .addGap(40, 40, 40) 85 | .addComponent(jLabel6) 86 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 87 | ); 88 | 89 | jLabel2.setIcon(new javax.swing.ImageIcon("E:\\Elfa Airline Projesi\\‏‏AirlineMS (eski-2)\\Fotoğraflar\\a5.png")); // NOI18N 90 | 91 | jLabel1.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 92 | jLabel1.setForeground(new java.awt.Color(204, 0, 0)); 93 | jLabel1.setText("Elfa Airline"); 94 | 95 | jLabel3.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 96 | jLabel3.setForeground(new java.awt.Color(204, 0, 0)); 97 | jLabel3.setText("User Name"); 98 | 99 | jLabel4.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 100 | jLabel4.setForeground(new java.awt.Color(204, 0, 0)); 101 | jLabel4.setText("Password"); 102 | 103 | UnameTb.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 104 | 105 | PasswordTb.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 106 | PasswordTb.addActionListener(new java.awt.event.ActionListener() { 107 | public void actionPerformed(java.awt.event.ActionEvent evt) { 108 | PasswordTbActionPerformed(evt); 109 | } 110 | }); 111 | 112 | LoginBtn.setBackground(new java.awt.Color(102, 102, 102)); 113 | LoginBtn.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 114 | LoginBtn.setForeground(new java.awt.Color(204, 0, 0)); 115 | LoginBtn.setText("Login"); 116 | LoginBtn.addMouseListener(new java.awt.event.MouseAdapter() { 117 | public void mouseClicked(java.awt.event.MouseEvent evt) { 118 | LoginBtnMouseClicked(evt); 119 | } 120 | }); 121 | LoginBtn.addActionListener(new java.awt.event.ActionListener() { 122 | public void actionPerformed(java.awt.event.ActionEvent evt) { 123 | LoginBtnActionPerformed(evt); 124 | } 125 | }); 126 | 127 | jLabel8.setFont(new java.awt.Font("Arial", 1, 24)); // NOI18N 128 | jLabel8.setForeground(new java.awt.Color(204, 0, 0)); 129 | jLabel8.setText("X"); 130 | jLabel8.addMouseListener(new java.awt.event.MouseAdapter() { 131 | public void mouseClicked(java.awt.event.MouseEvent evt) { 132 | jLabel8MouseClicked(evt); 133 | } 134 | }); 135 | 136 | javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1); 137 | jPanel1.setLayout(jPanel1Layout); 138 | jPanel1Layout.setHorizontalGroup( 139 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 140 | .addGroup(jPanel1Layout.createSequentialGroup() 141 | .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 142 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 143 | .addGroup(jPanel1Layout.createSequentialGroup() 144 | .addGap(165, 165, 165) 145 | .addComponent(jLabel1) 146 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 147 | .addComponent(jLabel8)) 148 | .addGroup(jPanel1Layout.createSequentialGroup() 149 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 150 | .addGroup(jPanel1Layout.createSequentialGroup() 151 | .addGap(152, 152, 152) 152 | .addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE)) 153 | .addGroup(jPanel1Layout.createSequentialGroup() 154 | .addGap(77, 77, 77) 155 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 156 | .addComponent(jLabel3) 157 | .addComponent(jLabel4)) 158 | .addGap(49, 49, 49) 159 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 160 | .addComponent(UnameTb, javax.swing.GroupLayout.PREFERRED_SIZE, 156, javax.swing.GroupLayout.PREFERRED_SIZE) 161 | .addComponent(PasswordTb, javax.swing.GroupLayout.PREFERRED_SIZE, 156, javax.swing.GroupLayout.PREFERRED_SIZE))) 162 | .addGroup(jPanel1Layout.createSequentialGroup() 163 | .addGap(169, 169, 169) 164 | .addComponent(LoginBtn))) 165 | .addGap(0, 70, Short.MAX_VALUE))) 166 | .addContainerGap()) 167 | ); 168 | jPanel1Layout.setVerticalGroup( 169 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 170 | .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 171 | .addGroup(jPanel1Layout.createSequentialGroup() 172 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 173 | .addGroup(jPanel1Layout.createSequentialGroup() 174 | .addComponent(jLabel8) 175 | .addGap(17, 17, 17)) 176 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 177 | .addComponent(jLabel1) 178 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED))) 179 | .addComponent(jLabel2) 180 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 64, Short.MAX_VALUE) 181 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 182 | .addComponent(UnameTb, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 183 | .addComponent(jLabel3)) 184 | .addGap(35, 35, 35) 185 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 186 | .addComponent(jLabel4) 187 | .addComponent(PasswordTb, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) 188 | .addGap(62, 62, 62) 189 | .addComponent(LoginBtn) 190 | .addGap(114, 114, 114)) 191 | ); 192 | 193 | javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); 194 | getContentPane().setLayout(layout); 195 | layout.setHorizontalGroup( 196 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 197 | .addGroup(layout.createSequentialGroup() 198 | .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 199 | .addGap(0, 0, Short.MAX_VALUE)) 200 | ); 201 | layout.setVerticalGroup( 202 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 203 | .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 204 | ); 205 | 206 | pack(); 207 | setLocationRelativeTo(null); 208 | }// //GEN-END:initComponents 209 | 210 | private void PasswordTbActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_PasswordTbActionPerformed 211 | // TODO add your handling code here: 212 | }//GEN-LAST:event_PasswordTbActionPerformed 213 | 214 | private void LoginBtnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_LoginBtnActionPerformed 215 | // TODO add your handling code here: 216 | }//GEN-LAST:event_LoginBtnActionPerformed 217 | 218 | private void jLabel8MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jLabel8MouseClicked 219 | System.exit(1); 220 | }//GEN-LAST:event_jLabel8MouseClicked 221 | 222 | private void LoginBtnMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_LoginBtnMouseClicked 223 | if(UnameTb.getText().isEmpty() || PasswordTb.getText().isEmpty()) 224 | { 225 | JOptionPane.showMessageDialog(this,"Enter UserName and Password"); 226 | }else if (UnameTb.getText().equals("Admin") && PasswordTb.getText().equals("12345")){ 227 | new MainAMS().setVisible(true); 228 | this.dispose(); 229 | }else{ 230 | JOptionPane.showMessageDialog(this,"Wrong UserName or Password"); 231 | UnameTb.setText(null); 232 | PasswordTb.setText(null); 233 | } 234 | }//GEN-LAST:event_LoginBtnMouseClicked 235 | 236 | /** 237 | * @param args the command line arguments 238 | */ 239 | public static void main(String args[]) { 240 | /* Set the Nimbus look and feel */ 241 | // 242 | /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. 243 | * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 244 | */ 245 | try { 246 | for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { 247 | if ("Nimbus".equals(info.getName())) { 248 | javax.swing.UIManager.setLookAndFeel(info.getClassName()); 249 | break; 250 | } 251 | } 252 | } catch (ClassNotFoundException ex) { 253 | java.util.logging.Logger.getLogger(Login.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 254 | } catch (InstantiationException ex) { 255 | java.util.logging.Logger.getLogger(Login.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 256 | } catch (IllegalAccessException ex) { 257 | java.util.logging.Logger.getLogger(Login.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 258 | } catch (javax.swing.UnsupportedLookAndFeelException ex) { 259 | java.util.logging.Logger.getLogger(Login.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 260 | } 261 | // 262 | 263 | /* Create and display the form */ 264 | java.awt.EventQueue.invokeLater(new Runnable() { 265 | public void run() { 266 | new Login().setVisible(true); 267 | } 268 | }); 269 | } 270 | 271 | // Variables declaration - do not modify//GEN-BEGIN:variables 272 | private javax.swing.JButton LoginBtn; 273 | private javax.swing.JPasswordField PasswordTb; 274 | private javax.swing.JTextField UnameTb; 275 | private javax.swing.JLabel jLabel1; 276 | private javax.swing.JLabel jLabel2; 277 | private javax.swing.JLabel jLabel3; 278 | private javax.swing.JLabel jLabel4; 279 | private javax.swing.JLabel jLabel5; 280 | private javax.swing.JLabel jLabel6; 281 | private javax.swing.JLabel jLabel7; 282 | private javax.swing.JLabel jLabel8; 283 | private javax.swing.JPanel jPanel1; 284 | private javax.swing.JPanel jPanel2; 285 | // End of variables declaration//GEN-END:variables 286 | } 287 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/MainAMS.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 | -------------------------------------------------------------------------------- /Elfa Airline Projesi/‏‏‏‏AirlineMS/src/airlinems/MainAMS.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 | package airlinems; 7 | 8 | /** 9 | * 10 | * @author OmarA 11 | */ 12 | public class MainAMS extends javax.swing.JFrame { 13 | 14 | /** 15 | * Creates new form MainAMS 16 | */ 17 | public MainAMS() { 18 | initComponents(); 19 | } 20 | 21 | /** 22 | * This method is called from within the constructor to initialize the form. 23 | * WARNING: Do NOT modify this code. The content of this method is always 24 | * regenerated by the Form Editor. 25 | */ 26 | @SuppressWarnings("unchecked") 27 | // //GEN-BEGIN:initComponents 28 | private void initComponents() { 29 | 30 | jPanel1 = new javax.swing.JPanel(); 31 | jPanel2 = new javax.swing.JPanel(); 32 | jLabel1 = new javax.swing.JLabel(); 33 | X = new javax.swing.JLabel(); 34 | jLabel2 = new javax.swing.JLabel(); 35 | jLabel3 = new javax.swing.JLabel(); 36 | jButton3 = new javax.swing.JButton(); 37 | jButton5 = new javax.swing.JButton(); 38 | jButton6 = new javax.swing.JButton(); 39 | jButton7 = new javax.swing.JButton(); 40 | 41 | setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); 42 | setUndecorated(true); 43 | 44 | jPanel1.setBackground(new java.awt.Color(255, 255, 255)); 45 | 46 | jPanel2.setBackground(new java.awt.Color(204, 0, 0)); 47 | 48 | jLabel1.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 49 | jLabel1.setForeground(new java.awt.Color(255, 255, 255)); 50 | jLabel1.setText("Elfa Airline"); 51 | 52 | X.setFont(new java.awt.Font("Arial", 1, 24)); // NOI18N 53 | X.setForeground(new java.awt.Color(255, 255, 255)); 54 | X.setText("X"); 55 | X.addMouseListener(new java.awt.event.MouseAdapter() { 56 | public void mouseClicked(java.awt.event.MouseEvent evt) { 57 | XMouseClicked(evt); 58 | } 59 | }); 60 | 61 | javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2); 62 | jPanel2.setLayout(jPanel2Layout); 63 | jPanel2Layout.setHorizontalGroup( 64 | jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 65 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup() 66 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 67 | .addComponent(jLabel1) 68 | .addGap(264, 264, 264) 69 | .addComponent(X) 70 | .addContainerGap()) 71 | ); 72 | jPanel2Layout.setVerticalGroup( 73 | jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 74 | .addGroup(jPanel2Layout.createSequentialGroup() 75 | .addContainerGap() 76 | .addComponent(jLabel1) 77 | .addContainerGap(18, Short.MAX_VALUE)) 78 | .addGroup(jPanel2Layout.createSequentialGroup() 79 | .addComponent(X) 80 | .addGap(0, 0, Short.MAX_VALUE)) 81 | ); 82 | 83 | jLabel2.setIcon(new javax.swing.ImageIcon("E:\\Elfa Airline Projesi\\‏‏AirlineMS (eski-2)\\Fotoğraflar\\a4.png")); // NOI18N 84 | 85 | jLabel3.setFont(new java.awt.Font("Arial", 1, 24)); // NOI18N 86 | jLabel3.setForeground(new java.awt.Color(204, 0, 0)); 87 | jLabel3.setText("Professionalisme & Quality of Service"); 88 | 89 | jButton3.setBackground(new java.awt.Color(102, 102, 102)); 90 | jButton3.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 91 | jButton3.setForeground(new java.awt.Color(204, 0, 0)); 92 | jButton3.setText("Cancellation"); 93 | jButton3.addMouseListener(new java.awt.event.MouseAdapter() { 94 | public void mouseClicked(java.awt.event.MouseEvent evt) { 95 | jButton3MouseClicked(evt); 96 | } 97 | }); 98 | jButton3.addActionListener(new java.awt.event.ActionListener() { 99 | public void actionPerformed(java.awt.event.ActionEvent evt) { 100 | jButton3ActionPerformed(evt); 101 | } 102 | }); 103 | 104 | jButton5.setBackground(new java.awt.Color(102, 102, 102)); 105 | jButton5.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 106 | jButton5.setForeground(new java.awt.Color(204, 0, 0)); 107 | jButton5.setText("Flights"); 108 | jButton5.addMouseListener(new java.awt.event.MouseAdapter() { 109 | public void mouseClicked(java.awt.event.MouseEvent evt) { 110 | jButton5MouseClicked(evt); 111 | } 112 | }); 113 | jButton5.addActionListener(new java.awt.event.ActionListener() { 114 | public void actionPerformed(java.awt.event.ActionEvent evt) { 115 | jButton5ActionPerformed(evt); 116 | } 117 | }); 118 | 119 | jButton6.setBackground(new java.awt.Color(102, 102, 102)); 120 | jButton6.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 121 | jButton6.setForeground(new java.awt.Color(204, 0, 0)); 122 | jButton6.setText("Passengers"); 123 | jButton6.addMouseListener(new java.awt.event.MouseAdapter() { 124 | public void mouseClicked(java.awt.event.MouseEvent evt) { 125 | jButton6MouseClicked(evt); 126 | } 127 | }); 128 | jButton6.addActionListener(new java.awt.event.ActionListener() { 129 | public void actionPerformed(java.awt.event.ActionEvent evt) { 130 | jButton6ActionPerformed(evt); 131 | } 132 | }); 133 | 134 | jButton7.setBackground(new java.awt.Color(102, 102, 102)); 135 | jButton7.setFont(new java.awt.Font("Arial", 1, 18)); // NOI18N 136 | jButton7.setForeground(new java.awt.Color(204, 0, 0)); 137 | jButton7.setText("Tickets"); 138 | jButton7.addMouseListener(new java.awt.event.MouseAdapter() { 139 | public void mouseClicked(java.awt.event.MouseEvent evt) { 140 | jButton7MouseClicked(evt); 141 | } 142 | }); 143 | jButton7.addActionListener(new java.awt.event.ActionListener() { 144 | public void actionPerformed(java.awt.event.ActionEvent evt) { 145 | jButton7ActionPerformed(evt); 146 | } 147 | }); 148 | 149 | javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1); 150 | jPanel1.setLayout(jPanel1Layout); 151 | jPanel1Layout.setHorizontalGroup( 152 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 153 | .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 154 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 155 | .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 156 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 157 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 158 | .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 453, javax.swing.GroupLayout.PREFERRED_SIZE) 159 | .addGap(91, 91, 91)) 160 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup() 161 | .addComponent(jLabel2) 162 | .addGap(228, 228, 228)))) 163 | .addGroup(jPanel1Layout.createSequentialGroup() 164 | .addGap(22, 22, 22) 165 | .addComponent(jButton5, javax.swing.GroupLayout.DEFAULT_SIZE, 138, Short.MAX_VALUE) 166 | .addGap(29, 29, 29) 167 | .addComponent(jButton6) 168 | .addGap(36, 36, 36) 169 | .addComponent(jButton7, javax.swing.GroupLayout.PREFERRED_SIZE, 137, javax.swing.GroupLayout.PREFERRED_SIZE) 170 | .addGap(36, 36, 36) 171 | .addComponent(jButton3) 172 | .addContainerGap()) 173 | ); 174 | jPanel1Layout.setVerticalGroup( 175 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 176 | .addGroup(jPanel1Layout.createSequentialGroup() 177 | .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 178 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) 179 | .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 42, javax.swing.GroupLayout.PREFERRED_SIZE) 180 | .addGap(28, 28, 28) 181 | .addComponent(jLabel2) 182 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 45, Short.MAX_VALUE) 183 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) 184 | .addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE, 40, javax.swing.GroupLayout.PREFERRED_SIZE) 185 | .addComponent(jButton6, javax.swing.GroupLayout.PREFERRED_SIZE, 40, javax.swing.GroupLayout.PREFERRED_SIZE) 186 | .addComponent(jButton7, javax.swing.GroupLayout.PREFERRED_SIZE, 40, javax.swing.GroupLayout.PREFERRED_SIZE) 187 | .addComponent(jButton3, javax.swing.GroupLayout.PREFERRED_SIZE, 40, javax.swing.GroupLayout.PREFERRED_SIZE)) 188 | .addContainerGap()) 189 | ); 190 | 191 | javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); 192 | getContentPane().setLayout(layout); 193 | layout.setHorizontalGroup( 194 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 195 | .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 196 | ); 197 | layout.setVerticalGroup( 198 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 199 | .addGroup(layout.createSequentialGroup() 200 | .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) 201 | .addGap(0, 0, Short.MAX_VALUE)) 202 | ); 203 | 204 | pack(); 205 | setLocationRelativeTo(null); 206 | }// //GEN-END:initComponents 207 | 208 | private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed 209 | // TODO add your handling code here: 210 | }//GEN-LAST:event_jButton3ActionPerformed 211 | 212 | private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed 213 | // TODO add your handling code here: 214 | }//GEN-LAST:event_jButton5ActionPerformed 215 | 216 | private void jButton6ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton6ActionPerformed 217 | // TODO add your handling code here: 218 | }//GEN-LAST:event_jButton6ActionPerformed 219 | 220 | private void jButton7ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton7ActionPerformed 221 | // TODO add your handling code here: 222 | }//GEN-LAST:event_jButton7ActionPerformed 223 | 224 | private void jButton6MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton6MouseClicked 225 | new Passengers().setVisible(true); 226 | this.dispose(); 227 | }//GEN-LAST:event_jButton6MouseClicked 228 | 229 | private void jButton5MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton5MouseClicked 230 | new Flights().setVisible(true); 231 | this.dispose(); 232 | }//GEN-LAST:event_jButton5MouseClicked 233 | 234 | private void jButton7MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton7MouseClicked 235 | new TicketsBooking().setVisible(true); 236 | this.dispose(); 237 | }//GEN-LAST:event_jButton7MouseClicked 238 | 239 | private void jButton3MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton3MouseClicked 240 | new Cancellation().setVisible(true); 241 | this.dispose(); 242 | }//GEN-LAST:event_jButton3MouseClicked 243 | 244 | private void XMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_XMouseClicked 245 | System.exit(0); 246 | }//GEN-LAST:event_XMouseClicked 247 | 248 | /** 249 | * @param args the command line arguments 250 | */ 251 | public static void main(String args[]) { 252 | /* Set the Nimbus look and feel */ 253 | // 254 | /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. 255 | * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 256 | */ 257 | try { 258 | for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { 259 | if ("Nimbus".equals(info.getName())) { 260 | javax.swing.UIManager.setLookAndFeel(info.getClassName()); 261 | break; 262 | } 263 | } 264 | } catch (ClassNotFoundException ex) { 265 | java.util.logging.Logger.getLogger(MainAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 266 | } catch (InstantiationException ex) { 267 | java.util.logging.Logger.getLogger(MainAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 268 | } catch (IllegalAccessException ex) { 269 | java.util.logging.Logger.getLogger(MainAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 270 | } catch (javax.swing.UnsupportedLookAndFeelException ex) { 271 | java.util.logging.Logger.getLogger(MainAMS.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); 272 | } 273 | // 274 | 275 | /* Create and display the form */ 276 | java.awt.EventQueue.invokeLater(new Runnable() { 277 | public void run() { 278 | new MainAMS().setVisible(true); 279 | } 280 | }); 281 | } 282 | 283 | // Variables declaration - do not modify//GEN-BEGIN:variables 284 | private javax.swing.JLabel X; 285 | private javax.swing.JButton jButton3; 286 | private javax.swing.JButton jButton5; 287 | private javax.swing.JButton jButton6; 288 | private javax.swing.JButton jButton7; 289 | private javax.swing.JLabel jLabel1; 290 | private javax.swing.JLabel jLabel2; 291 | private javax.swing.JLabel jLabel3; 292 | private javax.swing.JPanel jPanel1; 293 | private javax.swing.JPanel jPanel2; 294 | // End of variables declaration//GEN-END:variables 295 | } 296 | -------------------------------------------------------------------------------- /Gant chat ve excel/gant diyagram.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Gant chat ve excel/gant diyagram.xlsx -------------------------------------------------------------------------------- /Gant chat ve excel/gant ve exell gösterimi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Gant chat ve excel/gant ve exell gösterimi.pdf -------------------------------------------------------------------------------- /Gant chat ve excel/proje.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Gant chat ve excel/proje.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Airline Management System (Havayolu Yönetim Sistemi) 2 | 3 | > Airline Management System. Software Validation and Testing (YMÜ 415 Yazılım Geçerleme ve Sınama) course project of the software engineering program at Fırat University. This project was worked on by three software engineering students. 4 | 5 | ### About Project 6 | 7 | The purpose of the project is to create a desktop application and learning how to test software, how to work as a team in same project, how to break down a project into tasks then work on these tasks. we used java, java swing, MySQL. phpMyAdmin for database management and wireframeSketcher for mockups design. Our desktop application work as a Airline management system and customers can book flight tickets, inquire about flights, change or cancel the current ticket and It displays the information of customers, flights and tickets in tables. 8 | 9 | For more information about the project, you can read the report: [Project Report](https://github.com/Omar95-A/AirelineManagamentSystem/blob/main/Airline%20raporu%20.pdf). 10 | -------------------------------------------------------------------------------- /Screenshots of project interfaces/Flights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Screenshots of project interfaces/Flights.png -------------------------------------------------------------------------------- /Screenshots of project interfaces/JFrameAMS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Screenshots of project interfaces/JFrameAMS.png -------------------------------------------------------------------------------- /Screenshots of project interfaces/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Screenshots of project interfaces/Login.png -------------------------------------------------------------------------------- /Screenshots of project interfaces/MainAMS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Screenshots of project interfaces/MainAMS.png -------------------------------------------------------------------------------- /Tasarımlar/Cancaletion Manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Cancaletion Manager.png -------------------------------------------------------------------------------- /Tasarımlar/Database Tasarım.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Database Tasarım.pdf -------------------------------------------------------------------------------- /Tasarımlar/Flights manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Flights manager.png -------------------------------------------------------------------------------- /Tasarımlar/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Home.png -------------------------------------------------------------------------------- /Tasarımlar/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Login.png -------------------------------------------------------------------------------- /Tasarımlar/Moukup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Moukup.pdf -------------------------------------------------------------------------------- /Tasarımlar/Passenger manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Passenger manager.png -------------------------------------------------------------------------------- /Tasarımlar/Tickets manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/Tickets manager.png -------------------------------------------------------------------------------- /Tasarımlar/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/Tasarımlar/loading.png -------------------------------------------------------------------------------- /charts/ClassDiagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/ClassDiagram.pdf -------------------------------------------------------------------------------- /charts/LoginClassDiagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/LoginClassDiagram.pdf -------------------------------------------------------------------------------- /charts/LoginFlow Chart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/LoginFlow Chart.pdf -------------------------------------------------------------------------------- /charts/activity diyagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/activity diyagram.pdf -------------------------------------------------------------------------------- /charts/usecase diyagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/usecase diyagram.pdf -------------------------------------------------------------------------------- /charts/varlık diyagramı.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Omar95-A/AirelineManagamentSystem/06c841ffa237c868b83592fc55243cd9e3f155de/charts/varlık diyagramı.pdf --------------------------------------------------------------------------------