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 builder 同时查看源代码和设计器?
即使没有真正直接的方法,我也想知道是否有人对解决方法有任何想法,例如在多个选项卡中打开表单。
打开表单以使其显示。右键单击它的名称选项卡并选择克隆。
您现在应该有两个具有相同名称的选项卡,代表相同的类。
在其中一个选项卡上,单击“来源”。
现在,您可以将第二个/克隆的视图“重新停靠”到任何您想要的位置。