This project involves creating a Function Grapher application in Java.
October 2023
Project completed as part of a Master's program in Software Engineering. Aim: Develop a Java application for graphing one-variable mathematical functions.
- Implement a function evaluator that converts a mathematical expression into a binary tree structure.
- Develop a graphical interface with panels for graph display, user input, and more.
- Implement mouse actions for navigating the graph and updating it.
To set up and run this Java project on your system, make sure you have Java SE Development Kit 8 (JDK 1.8.0_381) or a compatible version installed.
Clone the project repository from the Git repository
git clone https://github.com/paulinebrisset/JavaGrapher.gitNavigate to the cloned directory using the cd command
cd JavaGrapher Compile the Java source files using the javac command
javac GuiGrapher.javaRun the application
java GuiGrapher