[JAVA]Degrees Conversions[JAVA]

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
4 posts Page 1 of 1
Contributors
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

[JAVA]Degrees Conversions[JAVA]
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.
You do not have the required permissions to view the files attached to this post.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Is this like my Fahrensius? Or does it not use an equation to find it?
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

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)
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: [JAVA]Degrees Conversions[JAVA]
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.
Image
4 posts Page 1 of 1
Return to “Source-Code”