workspace
クラス CelsiusConverter

java.lang.Object
  |
  +--workspace.CelsiusConverter
すべての実装インタフェース:
java.awt.event.ActionListener, java.util.EventListener

public class CelsiusConverter
extends java.lang.Object
implements java.awt.event.ActionListener


フィールドの概要
(パッケージプライベート)  javax.swing.JLabel celsiusLabel
           
(パッケージプライベート)  javax.swing.JFrame converterFrame
           
(パッケージプライベート)  javax.swing.JPanel converterPanel
           
(パッケージプライベート)  javax.swing.JButton convertTemp
           
(パッケージプライベート)  javax.swing.JLabel fahrenheitLabel
           
(パッケージプライベート)  javax.swing.JTextField tempCelsius
           
 
コンストラクタの概要
CelsiusConverter()
           
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent event)
           
private  void addWidgets()
           
static void main(java.lang.String[] args)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

converterFrame

javax.swing.JFrame converterFrame

converterPanel

javax.swing.JPanel converterPanel

tempCelsius

javax.swing.JTextField tempCelsius

celsiusLabel

javax.swing.JLabel celsiusLabel

fahrenheitLabel

javax.swing.JLabel fahrenheitLabel

convertTemp

javax.swing.JButton convertTemp
コンストラクタの詳細

CelsiusConverter

public CelsiusConverter()
メソッドの詳細

addWidgets

private void addWidgets()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
定義:
インタフェース java.awt.event.ActionListener 内の actionPerformed

main

public static void main(java.lang.String[] args)