Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存の Java プロジェクトを Eclipse にインポートします: Eclipseの場合 : 1. [ファイル] -> [インポート]に移動します 。
3. [参照] をクリックしてプロジェクトを選択し、[完了] をクリックします。
次に JFrame を開きますが、JFrame のソース コードとデザイン タブが存在しないことがわかります。
[デザイン] タブを表示するには?
解決策を見つけました:
パッケージ エクスプローラーでJFrame ファイルを右クリックし、[プログラムから開く] -> [ WindowBuilder エディター] を選択します。
デザインタブが登場