Commit Graph

  • 8e12396bfd
    lab-06: Solution idea master HeshamTB 2020-11-26 18:43:03 +0300
  • 2236eb3f85 lab-06: HeshamTB 2020-11-25 23:50:17 +0300
  • 6da9aef3ad
    lab-05: HeshamTB 2020-11-18 16:37:13 +0300
  • c7147ee9da
    lab-05: HeshamTB 2020-11-18 16:13:42 +0300
  • 6090418ffb
    lab-05: Discard package HeshamTB 2020-11-01 20:15:11 +0300
  • 752b8fc578
    lab-05 empty pane HeshamTB 2020-11-01 20:12:38 +0300
  • 22b4be3bbc
    lab-04/NewDomain: HeshamTB 2020-10-24 16:00:25 +0300
  • 4736d66c32
    lab-04/NewDomain: - Empty GUI project HeshamTB 2020-10-24 13:39:05 +0300
  • 58a6b7ecd8
    lab-04/NewAccount: - method that returns defualt hbox of app. used in all others. HeshamTB 2020-10-24 13:21:09 +0300
  • 7f41f45acd
    lab-04/NewAccount: - FlowPane with HBox panes in col - Make buttons HBox HeshamTB 2020-10-24 13:16:14 +0300
  • 180f59c2d9
    lab-04/NewAccount: HeshamTB 2020-10-24 12:40:34 +0300
  • e3d930d67f
    lab-04/NewAccount gui: - working form with first name text field and label HeshamTB 2020-10-24 11:06:59 +0300
  • b3f11118c5
    ignore jar files HeshamTB 2020-10-24 11:06:18 +0300
  • 729a2d7b92
    lab-03: - Define custom exception class that extends IlleglArg and add a 'value' property - Throw different Ex for the 2 problems - Print the exception class in output for information HeshamTB 2020-10-15 07:01:02 +0300
  • 27234cf989
    lab-03: Throw an exception for values over 16 since it will cause an integer overflow. The Exception message is used in main the same is for -ve values. HeshamTB 2020-10-15 06:44:51 +0300
  • e6b7cdc211
    lab-03: Catch thrown exception in main and cont. the program. HeshamTB 2020-10-15 06:40:23 +0300
  • 3413b10185
    lab-03: Throw illegalArg Exception when a negative value is passed to factorial(). HeshamTB 2020-10-15 06:35:10 +0300
  • ad85cbea6c
    lab-03: Basic operation of Factorial Q HeshamTB 2020-10-15 06:26:53 +0300
  • 425b1109a4
    project files HeshamTB 2020-10-15 06:07:42 +0300
  • 9c9695f6f1
    lab-03: - Correctly handle in catch body with input buffer defined outside the try body to accessed by catch body and print the skipped word. HeshamTB 2020-10-02 17:01:51 +0300
  • e39fd93c81
    lab-03: - try body contains the loop. To study the effect of catching exceptions, the loop will terminate at the first presance of a letter. For example, '10 time 4', will only yield a sum of 10. HeshamTB 2020-10-02 16:49:48 +0300
  • d1f38a542b
    lab-03: - Add try/catch preventing NumberFormatEx during runtime. No handling yet. HeshamTB 2020-10-02 16:28:26 +0300
  • 810480828a
    lab-03: - Parse ints class. - Still no Ex handling HeshamTB 2020-10-02 16:24:58 +0300
  • 4b8ebcf60c
    lab-03: - Count letters class. Class to test and handle exceptions. HeshamTB 2020-09-29 19:51:05 +0300
  • 430e05d3d0
    Create README.md HeshamTB 2020-09-26 17:10:49 +0300
  • dbd2a55efb
    ignore pdf and testing project HeshamTB 2020-09-26 06:23:43 +0300
  • ad76b6be55
    lab-02: - Added remaining classes. - Added abstract class shape. - _Area Interface. - Lab test program. HeshamTB 2020-09-26 06:16:00 +0300
  • 187f2cd313
    lab-02: - Added abstract class _Shape. - Inherit _Rectangle from _Shape. - Parse width/height and use setters in constructors. HeshamTB 2020-09-26 03:55:36 +0300
  • 6019f0fc41
    Improvfed constructors using this keyword. Filter input through setters. HeshamTB 2020-09-25 21:33:10 +0300
  • 7390d3d9f8
    Use 'super' constructors and parse negative circle radius. HeshamTB 2020-09-23 13:36:57 +0300
  • 4a8354a474
    lab-02: - Project files - _Rectangle class HeshamTB 2020-09-09 23:07:10 +0300
  • f4fa262bd9
    update: - ignore meta-inf - Change c style args array in main. (recommended by IDE) - build with java 1.8.x HeshamTB 2020-09-09 22:47:44 +0300
  • f64343c59c
    lab01: - Added javadoc for all classes - update gitignore HeshamTB 2020-09-05 22:48:38 +0300
  • 8e8c36d091
    Lab01: Test program HeshamTB 2020-08-31 16:09:12 +0300
  • 7a332d5f6a
    Match assignment output HeshamTB 2020-08-31 16:03:51 +0300
  • 732124669c
    Added Cylinder class Changed toString methods to work inhirit correctly. HeshamTB 2020-08-31 14:45:34 +0300
  • c1a575da75
    Added Rectangle class HeshamTB 2020-08-31 13:46:04 +0300
  • 8fab7964e9
    Added Circle class HeshamTB 2020-08-31 12:49:44 +0300
  • 5c80a195ea
    Changed toString() HeshamTB 2020-08-31 12:49:10 +0300
  • 247ec08bb7
    Point class HeshamTB 2020-08-31 12:03:22 +0300
  • 0ac8436afa
    Fraction: - Fixed StackOverFlow ex - Fraction test - output HeshamTB 2020-08-30 18:14:49 +0300
  • 526717242a
    Fraction: Fixed exception from missing float flag. HeshamTB 2020-08-30 17:33:26 +0300
  • bce5d75ba8
    Fraction: - Added subtract and divide methods HeshamTB 2020-08-30 17:24:40 +0300
  • 34e2031f4c
    Fraction: - isReducible boolean - Updated constructor - Improved reduce() - add() done HeshamTB 2020-08-30 17:05:07 +0300
  • 5e256c44f8
    Fraction: - Added more javadoc HeshamTB 2020-08-30 15:30:56 +0300
  • 381f5105c6
    Fraction: - Added multiply, print decimal. HeshamTB 2020-08-30 15:25:08 +0300
  • 225aa67765
    Fraction: - toString(), returns string as a/b HeshamTB 2020-08-30 14:15:33 +0300
  • d2b0d3c453
    Fraction: - Added place holders - Constructors - GCD, reduce and equal methods HeshamTB 2020-08-30 14:09:45 +0300
  • c2cd906820
    output of TestMyGame HeshamTB 2020-08-30 11:58:07 +0300
  • 729acce78c
    Lab 0: - problem 2: TestMyGame HeshamTB 2020-08-30 11:39:58 +0300
  • b47513a6f3
    ShowMyInfo program HeshamTB 2020-08-30 11:16:41 +0300