https://github.com/edmartt/palindromia
detector de palabras palíndromas con interfaz gráfica
https://github.com/edmartt/palindromia
Last synced: over 1 year ago
JSON representation
detector de palabras palíndromas con interfaz gráfica
- Host: GitHub
- URL: https://github.com/edmartt/palindromia
- Owner: Edmartt
- Created: 2020-03-04T13:27:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T16:33:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T18:49:19.690Z (over 1 year ago)
- Language: Java
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# palindromia
This is a Palindrome words detector.
I made for my learning and fun. I was trying to apply Model View Controller architecture pattern
1. Open the application
2. Just type a word in the textfield and press enter or click the button to check if that word is a palindrome word
3. If the word you typed is a palindrome, you'll see 2 message telling you 'Es Palíndromo' and showing you the inverted String without
spaces
4. If you type a complete number string, you'll see a message telling you 'es numérico', it means that you just typed numbers, but
if you mix numbers and characters this message doesn't show -i need to work on that validation-.
5. If you click on X label to close, you'll be asked if you really want to close the program.