Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/junit_platform_console_standalone_1_10_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions ATM.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="17" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit-platform-console-standalone-1.10.1" level="project" />
</component>
</module>
Binary file removed bin/ATM.class
Binary file not shown.
Binary file removed bin/ATMCaseStudy.class
Binary file not shown.
Binary file removed bin/Account.class
Binary file not shown.
Binary file removed bin/BalanceInquiry.class
Binary file not shown.
Binary file removed bin/BankDatabase.class
Binary file not shown.
Binary file removed bin/Deposit.class
Binary file not shown.
Binary file removed bin/DepositSlot.class
Binary file not shown.
Binary file removed bin/Screen.class
Binary file not shown.
Binary file removed bin/Transaction.class
Binary file not shown.
Binary file removed bin/Withdrawal.class
Binary file not shown.
Binary file added bin/code/Business_logic/Transaction.class
Binary file not shown.
Binary file added bin/code/Database/BankDatabase.class
Binary file not shown.
Binary file added bin/code/GUI/ATM.class
Binary file not shown.
Binary file added bin/code/GUI/ATMCaseStudy.class
Binary file not shown.
Binary file added bin/code/GUI/Account.class
Binary file not shown.
Binary file added bin/code/GUI/BalanceInquiry.class
Binary file not shown.
Binary file not shown.
Binary file added bin/code/GUI/Deposit.class
Binary file not shown.
Binary file added bin/code/GUI/DepositSlot.class
Binary file not shown.
Binary file added bin/code/GUI/Euro.class
Binary file not shown.
Binary file renamed bin/Keypad.class → bin/code/GUI/Keypad.class
Binary file not shown.
Binary file added bin/code/GUI/Screen.class
Binary file not shown.
Binary file added bin/code/GUI/Withdrawal.class
Binary file not shown.
Binary file added bin/test/AccountTest.class
Binary file not shown.
Binary file added bin/test/BankDatabaseTest.class
Binary file not shown.
Binary file added bin/test/TestEuro.class
Binary file not shown.
2 changes: 2 additions & 0 deletions componenti.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Eleas, Bouras 5141292
Iosif, Puha 5286128
Binary file added lib/junit-platform-console-standalone-1.10.1.jar
Binary file not shown.
167 changes: 0 additions & 167 deletions src/ATM.java

This file was deleted.

76 changes: 0 additions & 76 deletions src/Account.java

This file was deleted.

53 changes: 0 additions & 53 deletions src/BalanceInquiry.java

This file was deleted.

Loading