Friday, August 28, 2020

Java Number System Converter - A Desktop Application

Introduction :

Number System Converter is GUI based desktop application which is developed using the Java Technology named as ConversionHub.

ConversionHub is a calculator which allows you to convert and calculate between different number systems like the binary system, hexadecimal system, octal number system, and many more.

There are many methods or techniques which can be used to convert numbers from one base to another. This will demonstrate here the following −

        • Binary to Decimal 
        • Binary to Hexadecimal
        • Binary to Octal
        • Octal to Binary
        • Octal to Decimal
        • Octal to Hexadecimal  
        • Decimal to Binary
        • Decimal to Octal
        • Decimal to Hexadecimal
        • Hexadecimal to Binary
        • Hexadecimal to Octal
        • Hexadecimal to Decimal. 

How to Use :  

    It is very easy to use. 

        • First you just have to input number (binary, decimal, hexadecimal etc).
        • And then select conversion type from the drop down list.
        • And then just click on Convert button.
                                After this, you will see the output of the selected conversion.

                             Technology Used : Java, Java Swing .

                             Tools Used : Netbeans, Sublime.

                             Download Link : ConversionHub - download link.☺

                            *Note : Contact me for the source code (Contact now).

                             Screenshots :






No comments:

Post a Comment

e-Lib - Desktop Application