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.
ソースコードを新しいクラスにコピーすることなく、Netbeans GUI ビルダーを使用して Swing GUI を作成した後、デザイナーを取り除く方法はありますか?
クラスのファイルを別のエディターで開き、.java次のようなコメントを削除します
.java
//GEN-BEGIN:variables
//GEN-END:variables
これらは NetBeans エディタでは表示されません。次に.form、クラスと同じ名前のファイルを削除できます。
.form