开发者

Hide jButton in Netbeans

Is there a way to hide开发者_开发技巧 a jButton in Netbeans? (similar to button.visible = false in VS)


You are looking for, button.setVisible(false);


myButton.setVisible(false);

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜