Skip to content
Snippets Groups Projects
Commit be0fee38 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Created new class for adding, editing and deleting expenses

parent cfc33804
No related branches found
No related tags found
1 merge request!6Merging the frontend baseline to get up to date with the progress
Pipeline #204337 passed
package no.ntnu.idatt1002.demo.view;
import javafx.scene.control.Dialog;
import no.ntnu.idatt1002.demo.data.Expense;
public class ExpenseDialog extends Dialog<Expense> {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment