We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323f566 commit 845ac07Copy full SHA for 845ac07
src/main/java/prog/ui/MainWindow.java
@@ -108,7 +108,8 @@ private static void showAboutDialog() {
108
"<li><b>Huffman Coding</b> - Frequency-based compression</li>" +
109
"<li><b>LZW</b> - Dictionary-based compression</li>" +
110
"</ul>" +
111
- "<p>This software was developed as a term project for Level 2, Term 1, " +
+ "<p>The original software(v 1.0) was developed as a term project for Level 2, Term 1, " +
112
+ "<p>Over the last few years I have refactored the code to make it more readable and maintainable." +
113
"Department of CSE, BUET.</p>" +
114
"<p><b>Developer:</b> Nahiyan Kamal (Student ID: 0805006)</p>" +
115
"<p><b>Supervisor:</b> Jesun Shahariar, Department of CSE, BUET</p>" +
0 commit comments