We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885df86 commit 665e2afCopy full SHA for 665e2af
2 files changed
.gitignore
@@ -0,0 +1,2 @@
1
+*.class
2
+bin/
README.md
@@ -25,10 +25,10 @@ src/
25
│ ├── Category.java # Category model
26
│ └── Transaction.java # Transaction model
27
└── ui/ # User Interface components
28
- ├── AddTransactionFrame.java # Add transaction form
29
- ├── BalanceFrame.java # Balance display window
30
- ├── MainFrame.java # Main application window
31
- └── ViewTransactionsFrame.java # Transaction viewer
+ ├── AddTransactionFrame.java # Add transaction form
+ ├── BalanceFrame.java # Balance display window
+ ├── MainFrame.java # Main application window
+ └── ViewTransactionsFrame.java # Transaction viewer
32
```
33
34
## Requirements
0 commit comments