I've released the source for this program along with a new .jar file, the updates are as follows.
I will eventually add a " Convert " button so that all you have to do is click the button, rather then hit enter in the textField you're working with.
The program can handle larger numbers, but still not massive numbers and again this program isn't meant for that at the moment.
Slight changes to the gui appearance
The major changes were in the source, as in I re-wrote my original code and made it a lot simpler, cleaner, and better.
The previous version while very simillar was a lot older and the code wasn't the greatest this update changed a lot but it was mainly so I could distribute the source and make it easier for people to read!
Enjoy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed an issue with decimal conversions, users were inputing a number into the decimal field instead of the proper conversions happening accross the board, the hex field was wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've released the source for this program along with a new .jar file, the updates are as follows.
I will eventually add a " Convert " button so that all you have to do is click the button, rather then hit enter in the textField you're working with.
The program can handle larger numbers, but still not massive numbers and again this program isn't meant for that at the moment.
Slight changes to the gui appearance
The major changes were in the source, as in I re-wrote my original code and made it a lot simpler, cleaner, and better.
The previous version while very simillar was a lot older and the code wasn't the greatest this update changed a lot but it was mainly so I could distribute the source and make it easier for people to read!
Enjoy.
Fixed an issue with decimal conversions, users were inputing a number into the decimal field instead of the proper conversions happening accross the board, the hex field was wrong.