gpt4 book ai didi

java - 利用 NetBeans GUI 构建器设计的面板?

转载 作者:行者123 更新时间:2023-12-01 15:25:28 26 4
gpt4 key购买 nike

我将使用 Netbeans GUI-builder 制作的 GUI 转移到 Eclipse。我想知道 GUI 构建器在代码中放入的这条看起来吓人的消息是否仍然相关:

  * 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 中,但我不完全确定“表单编辑器”不是与代码一起带来的东西(就像导入一样?)。

感谢您的宝贵时间。

最佳答案

该消息不再相关,因为您现在处于新的 ide Eclipse 中,不再使用 Netbeans,编辑器折叠...在 netbeans 中使用,以帮助 ide 检测代码中要折叠的区域。但请注意,由于您可以篡改注释和代码折叠 xml,因此避免篡改 netbeans 生成的代码(除非您确定自己在做什么)很重要,以避免 GUI 中出现不可预测的行为。该文件现在在 Eclipse 中被视为常规 java 文件。

希望这有帮助,祝你好运!

关于java - 利用 NetBeans GUI 构建器设计的面板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10222640/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com