Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 847 Bytes

File metadata and controls

35 lines (19 loc) · 847 Bytes

Java Mini Projects

A collection of small Java projects demonstrating object-oriented programming, GUI development, collections, and stream processing.


Projects

2D Drawing Application

Java Swing drawing application that allows users to draw lines, rectangles, and ovals through a graphical interface.

Loan Account

Java application for modeling loan accounts and calculating balances and payments.

Loan Account Hierarchy

Extension of the loan account project using inheritance to model mortgages, car loans, and unsecured loans.

Pizza Calculator

Utility application that calculates pizza quantity requirements based on user input.

Invoice Stream Processing

Console application using Java Streams and lambda expressions to process and transform invoice data.


Tech Stack

  • Java
  • Maven
  • Java Swing