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 中使用拖放之前,您必须先拖放Panel到表单中,然后将其他组件拖放到panel. 例如,您要使用commandButton. 首先,您应该拖放panel表单,然后拖放commandbutton到该面板中。非常简单地...
Panel
panel
commandButton
commandbutton