12345678910111213141516171819202122
  1. #BlueJ class context
  2. comment0.target=ConversionTool
  3. comment1.params=args
  4. comment1.target=void\ main(java.lang.String[])
  5. comment2.params=centimeters
  6. comment2.target=float\ CentimetersToInches(float)
  7. comment3.params=inches
  8. comment3.target=float\ InchesToCentimeters(float)
  9. comment4.params=feet
  10. comment4.target=float\ FeetToMeters(float)
  11. comment5.params=meters
  12. comment5.target=float\ MetersToFeet(float)
  13. comment6.params=celsius
  14. comment6.target=float\ CelsiusToFahrenheit(float)
  15. comment7.params=fahrenheit
  16. comment7.target=float\ FahrenheitToCelsius(float)
  17. comment8.params=mph
  18. comment8.target=float\ MphToKph(float)
  19. comment9.params=kph
  20. comment9.target=float\ KphToMph(float)
  21. numComments=10