コード例 #1
0
ファイル: DisplayAdapter.java プロジェクト: RickKohrs/IDV
 /**
  * Returns the AWT component.
  *
  * @return The AWT component.
  */
 public Component getComponent() {
   return display.getComponent();
 }