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 生成事件处理程序时,虽然生成的方法的主体是可编辑的,但我无法找到一种方法来更改类代码中生成的方法的顺序。
生成的代码不允许剪切和粘贴。
相反,我该怎么做?
非常感谢!
你不能在 Netbeans 中做到这一点。这不是真正的优先事项,因为您可以使用导航器代替。
如果您真的想移动这些块,请使用其他编辑器(Gedit、记事本...)打开 Java 文件并在此处重新排列这些块。
您还可以删除//GEN-FIRSTand//GEN-LAST以使它们在 Netbeans 中可编辑。
//GEN-FIRST
//GEN-LAST