Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from FrederikWolter/GUI
Browse files Browse the repository at this point in the history
GUI in Main
  • Loading branch information
FrederikWolter authored Jul 15, 2022
2 parents 17fb2e5 + 991c0c1 commit 98e89b8
Show file tree
Hide file tree
Showing 72 changed files with 2,791 additions and 2,610 deletions.
25 changes: 25 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

54 changes: 27 additions & 27 deletions .idea/uiDesigner.xml

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

Empty file removed diagrams/TBD
Empty file.
39 changes: 39 additions & 0 deletions diagrams/coder.uml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>JAVA</ID>
<OriginalElement>C:/Users/Bernt/OneDrive/04_Semester_4_SoSe/01_SoftwareEngin2/SecurePic/src/com/dhbw/secure_pic/coder</OriginalElement>
<nodes>
<node x="94.5" y="-15.0">com.dhbw.secure_pic.coder.Coder</node>
<node x="112.0" y="324.0">com.dhbw.secure_pic.coder.utility.BitFetcher</node>
<node x="-86.0" y="324.0">com.dhbw.secure_pic.coder.utility.BitAssembler</node>
<node x="-86.0" y="157.0">com.dhbw.secure_pic.coder.PlusMinusOne</node>
<node x="275.0" y="157.0">com.dhbw.secure_pic.coder.LeastSignificantBit</node>
</nodes>
<notes />
<edges>
<edge source="com.dhbw.secure_pic.coder.LeastSignificantBit" target="com.dhbw.secure_pic.coder.Coder" relationship="GENERALIZATION">
<point x="0.0" y="-61.0" />
<point x="445.5" y="132.0" />
<point x="265.0" y="132.0" />
<point x="0.0" y="61.0" />
</edge>
<edge source="com.dhbw.secure_pic.coder.PlusMinusOne" target="com.dhbw.secure_pic.coder.Coder" relationship="GENERALIZATION">
<point x="0.0" y="-61.0" />
<point x="84.5" y="132.0" />
<point x="265.0" y="132.0" />
<point x="0.0" y="61.0" />
</edge>
</edges>
<settings layout="Hierarchic" zoom="1.5" showDependencies="false" x="275.0" y="248.0" />
<SelectedNodes />
<Categories>
<Category>Constructors</Category>
<Category>Fields</Category>
<Category>Inner Classes</Category>
<Category>Methods</Category>
<Category>Properties</Category>
</Categories>
<SCOPE>All</SCOPE>
<VISIBILITY>private</VISIBILITY>
</Diagram>

47 changes: 47 additions & 0 deletions diagrams/crypter.uml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>JAVA</ID>
<OriginalElement>C:/Users/Bernt/OneDrive/04_Semester_4_SoSe/01_SoftwareEngin2/SecurePic/src/com/dhbw/secure_pic/crypter</OriginalElement>
<nodes>
<node x="252.0" y="-50.0">com.dhbw.secure_pic.crypter.Crypter</node>
<node x="592.0" y="177.0">com.dhbw.secure_pic.crypter.AES</node>
<node x="252.0" y="188.0">com.dhbw.secure_pic.crypter.EmptyCrypter</node>
<node x="-88.0" y="99.0">com.dhbw.secure_pic.crypter.RSA</node>
<node x="-16.0" y="426.0">com.dhbw.secure_pic.crypter.RSA.keyType</node>
</nodes>
<notes />
<edges>
<edge source="com.dhbw.secure_pic.crypter.AES" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION">
<point x="0.0" y="-60.5" />
<point x="752.0" y="74.0" />
<point x="412.0" y="74.0" />
<point x="0.0" y="49.5" />
</edge>
<edge source="com.dhbw.secure_pic.crypter.RSA.keyType" target="com.dhbw.secure_pic.crypter.RSA" relationship="INNER_CLASS">
<point x="0.0" y="-49.5" />
<point x="0.0" y="138.5" />
</edge>
<edge source="com.dhbw.secure_pic.crypter.RSA" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION">
<point x="0.0" y="-138.5" />
<point x="72.0" y="74.0" />
<point x="412.0" y="74.0" />
<point x="0.0" y="49.5" />
</edge>
<edge source="com.dhbw.secure_pic.crypter.EmptyCrypter" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION">
<point x="0.0" y="-49.5" />
<point x="0.0" y="49.5" />
</edge>
</edges>
<settings layout="Hierarchic" zoom="1.4705882352941178" showDependencies="false" x="422.0" y="247.5" />
<SelectedNodes />
<Categories>
<Category>Constructors</Category>
<Category>Fields</Category>
<Category>Inner Classes</Category>
<Category>Methods</Category>
<Category>Properties</Category>
</Categories>
<SCOPE>All</SCOPE>
<VISIBILITY>private</VISIBILITY>
</Diagram>

Loading

0 comments on commit 98e89b8

Please sign in to comment.