It is currently Wed Sep 08, 2010 5:00 am




Post new topic Reply to topic  [ 4 posts ] 
[tutorial] Mini prog Java pt. transf Celsius in Fahrenheit 
Author Message
Junior Member
User avatar

Joined: Wed May 27, 2009 8:41 pm
Posts: 139
Location: PC->Motherboard->CPU 8086->ALU
Post [tutorial] Mini prog Java pt. transf Celsius in Fahrenheit
Hello. Am facut un mini programel in Java pt. incepatori care transforma Farhenheit in Celsius folosind pachetul Swing.
Code:
import javax.swing.*; // pachetul cu chestiile legate de GUI
class Convertor {
public static void main ( String args[] ) {
String val=JOptionPane.showInputDialog("Valoarea in Celsius:"); //citim var string val
Double far=Double.parseDouble(val); // transf var val din string in numar
JOptionPane.showMessageDialog(null,"Valoarea in Fahrenheit este: "
+ far*1.8+32+"F","Convertor"); // Dam rasp.
}
}


Sat May 30, 2009 10:40 pm
Profile
Junior Member
User avatar

Joined: Wed May 27, 2009 8:41 pm
Posts: 139
Location: PC->Motherboard->CPU 8086->ALU
Post Re: [tutorial] Mini prog Java pt. transf Celsius in Fahrenheit
JOptionPane.showMessageDialog(arg1,arg2,arg3) = messaj
arg1=parintele ferstrei. in general null
arg2=textul
arg3=titlul ferestrei

JOptionPane.showInputDialog(arg1,arg2,arg3) =citeste variabila string
Argumentele sunt aceleasi.
Citeste variabila string asa ca pt. conv folositi:
<tip-var> <nume-var>=<tipvar>.parse<tip-var>(<variabila string>);


Sat May 30, 2009 10:48 pm
Profile
Old School Member
User avatar

Joined: Sat Jan 31, 2009 8:30 pm
Posts: 424
Location: here
Post Re: [tutorial] Mini prog Java pt. transf Celsius in Fahrenheit
se poate sa nu incluzi programul in nicio clasa?
adica sa incepi direct cu main


Sun Jul 19, 2009 4:48 pm
Profile
Junior Member
User avatar

Joined: Wed May 27, 2009 8:41 pm
Posts: 139
Location: PC->Motherboard->CPU 8086->ALU
Post Re: [tutorial] Mini prog Java pt. transf Celsius in Fahrenheit
Nu cred... Iti da o eroare luuunga.


Wed Aug 05, 2009 4:08 pm
Profile
 
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
Designed by boogiesbc and Vjacheslav Trushkin .