Eclipse質問スレat PHPEclipse質問スレ - 暇つぶし2ch■コピペモード□スレを通常表示□オプションモード□このスレッドのURL■項目テキスト200:nobodyさん 11/04/11 00:31:15.92 QGb0oGeV 初期設定ではソースファイルをダブルクリックで開くようになっていますが、 ワンクリックで選択したらすぐ開くようにするにはどこをいじれば良いでしょうか? 201:nobodyさん 11/04/21 15:47:11.15 c3MKid/o ackage jp.javadrive.hellosample; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.util.Log; import jp.javadrive.hellosample.LunarView.LunarThread; public class HelloSampleActivity extends Activity { private LunarView mLunarView; private LunarThread mLunarThread; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.lunar_layout); mLunarView = (LunarView) findViewById(R.id.lunar); mLunarThread = mLunarView.getThread(); if(savedInstanceState == null){ mLunarThread.setState(LunarThread.STATE_READY); }else{ mLunarThread.restoreState(savedInstanceState); } } 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch