Topic: 如何去除JInternalFrame的标题栏 |
Print this page |
1.如何去除JInternalFrame的标题栏 | Copy to clipboard |
Posted by: yofly Posted on: 2005-07-09 01:06 如何在JInternalFrame最大化时将他 的标题栏去掉 我用了如下的方法 BasicInternalFrameUI ui = (BasicInternalFrameUI)f.getUI(); ui.getNorthPane().setVisible(false); 可是标题栏虽然不见了 取而代之是另一块空白的pane 请教是什么原因 还有怎么让jeditorpane 不要让输入的文本自动换行 jtexterea有此类方法 可jeditorpane好像没找到 请大家相助 想了好久 痛苦。。。。 |
2.Re:如何去除JInternalFrame的标题栏 [Re: yofly] | Copy to clipboard |
Posted by: linpay2000 Posted on: 2005-07-14 22:34 ((javax.swing.plaf.basic.BasicInternalFrameUI) internalFrame.getUI()).setNorthPane(null); internalFrame.putClientProperty("JInternalFrame.isPalette", Boolean.TRUE); |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |