Skip to content

Commit

Permalink
Issues #4 and #5 solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzatto committed Jan 10, 2024
1 parent 8180c1b commit 45b3a24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.davidbuzatto</groupId>
<artifactId>YAAS</artifactId>
<version>1.0.3</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>YAAS</name>
<description>Yet Another Automata Simulator (YAAS) is a prototype tool for simulating the execution of Finite Automata, Pushdown Automata and Turing Machines.</description>
Expand Down
10 changes: 9 additions & 1 deletion src/main/java/br/com/davidbuzatto/yaas/gui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,17 @@ private void menuItemAboutActionPerformed(java.awt.event.ActionEvent evt) {//GEN
String.format( """
Yet Another Automata Simulator (YAAS) is a prototype tool for
simulating the execution of Finite Automata, Pushdown Automata
and Turing Machines.
and Turing Machines. It uses the definitions presented in:
"J. E. Hopcroft, R. Motwani, and J. D. Ullman, Introduction
to Automata Theory, Languages, and Computation, 3rd ed.,
Pearson Education, 2006."
The project repository can be accessed through the URL:
https://github.com/davidbuzatto/YAAS
This tool is developed by Prof. Dr. David Buzatto.
E-mail: davidbuzatto[at]ifsp.edu.br
Current version: %s""", Utils.getMavenModel().getVersion() ),
"About...",
Expand Down

0 comments on commit 45b3a24

Please sign in to comment.