Page 1 of 1
[JAVA]Degrees Conversions[JAVA]
Posted: Fri Nov 05, 2010 1:28 am
by Zulf
This is my open source convertor programmed in Java.
Supports:
Fahrenheit->Celsius
Celsius->Fahrenheit
Kelvin->Fahrenheit
Kelvin->Celsius
Screenshot:
AT BOTTOM
Download:
AT BOTTOM
- Enjoy, Zulf.
Re: [JAVA]Degrees Conversions[JAVA]
Posted: Fri Nov 05, 2010 1:52 am
by GoodGuy17
Is this like my Fahrensius? Or does it not use an equation to find it?
Re: [JAVA]Degrees Conversions[JAVA]
Posted: Fri Nov 05, 2010 3:27 am
by mikethedj4
This is a pretty nice app, although I mainly use
this web app for that purpose. On Linux you can view the source files in the java .jar files when you open it in the archive manager. (I accidentally did that forgetting I haft to install Java again, as I upgraded to Ubuntu 10.10)
Do you just use a text editor to make the whole program like the gui, and everything, or what??? (I just stick with a text editor when I make my Linux apps, it may take longer, but you don't need any other files, and it'll lower the file size without adding the xml file for the gui interface, that I used to make with
Glade)
Re: [JAVA]Degrees Conversions[JAVA]
Posted: Fri Nov 05, 2010 12:25 pm
by Zulf
GoodGuy17 wrote:Is this like my Fahrensius? Or does it not use an equation to find it?
It uses an equation, but it has 4 different kinds of conversion, should be writing more sometime soon.