我将使用 Netbeans GUI-builder 制作的 GUI 转移到 Eclipse。我想知道 GUI-builder 放入代码中的这条看起来很吓人的消息是否仍然相关:
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
我相信“表单编辑器”不能“重新生成”内容,因为代码不再在 NetBeans 中,但我不完全确定“表单编辑器”不是随代码一起带来的东西(比如进口?)。
感谢您的时间。